We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5713190 commit dc16e53Copy full SHA for dc16e53
scripts/build_atlas.sh
@@ -34,6 +34,7 @@ cmake ${TNN_ROOT_PATH} \
34
-DTNN_OPENMP_ENABLE:BOOL="ON" \
35
-DTNN_X86_ENABLE:BOOL="OFF" \
36
-DTNN_BUILD_SHARED:BOOL="ON" \
37
+ -DTNN_GLIBCXX_USE_CXX11_ABI_ENABLE="OFF" \
38
-DCMAKE_SYSTEM_PROCESSOR=$TARGET_ARCH \
39
-DTNN_ATLAS_ENABLE:BOOL="ON"
40
0 commit comments