We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f22951 commit 6393d29Copy full SHA for 6393d29
CMakeLists.txt
@@ -29,7 +29,7 @@ include(simd)
29
30
################################ Configurations #######################################
31
option(WITH_GPU "Compile PaddlePaddle with NVIDIA GPU" ${CUDA_FOUND})
32
-option(WITH_AVX "Compile PaddlePaddle with AVX intrinsics" OFF)
+option(WITH_AVX "Compile PaddlePaddle with AVX intrinsics" ${AVX_FOUND})
33
option(WITH_DSO "Compile PaddlePaddle with dynamic linked CUDA" ON)
34
option(WITH_TESTING "Compile PaddlePaddle with unit testing" ON)
35
option(WITH_SWIG_PY "Compile PaddlePaddle with inference api" ON)
0 commit comments