IvanaXu / iDeepRec

DeepRec For Me https://github.com/alibaba/DeepRec
https://deeprec.readthedocs.io/zh/latest/index.html
Apache License 2.0
3 stars 1 forks source link

part2 🍎 x1.5 //Instruction sets #77

Closed IvanaXu closed 1 year ago

IvanaXu commented 1 year ago

--copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mavx512f --copt=-mavx512pf --copt=-mavx512cd --copt=-mavx512er

IvanaXu commented 1 year ago
Alternatively, if you would like to build the binary against certain instruction sets, set appropriate "Instruction sets" flags:
bazel build --config=mkl -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mavx512f --copt=-mavx512pf --copt=-mavx512cd --copt=-mavx512er //tensorflow/tools/pip_package:build_pip_package
IvanaXu commented 1 year ago