mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a3456637cd
commit
332e57d59f
2 changed files with 3 additions and 3 deletions
|
|
@ -19,5 +19,5 @@ libtensorflow-vnni:
|
|||
bazel build -c opt //tensorflow:libtensorflow.so --copt=-O2 --copt=-mavx2 --copt=-mavxvnni --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2
|
||||
./create_archive.sh amd64-vnni $(TF_VERSION)
|
||||
libtensorflow-avx512:
|
||||
bazel build -c opt //tensorflow:libtensorflow.so --copt=-O2 --copt=-mavx2 --copt=-mamx-avx512 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2
|
||||
bazel build -c opt //tensorflow:libtensorflow.so --copt=-O2 --copt=-mavx2 --copt=-mavx512f --copt=-mavx512vnni --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2
|
||||
./create_archive.sh amd64-avx512 $(TF_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue