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 c2a9295 commit 6cc6eb7Copy full SHA for 6cc6eb7
.devcontainer/build_cxx.sh
@@ -15,8 +15,9 @@ cmake -D ENABLE_TENSORFLOW=ON \
15
-D CMAKE_INSTALL_PREFIX=${SCRIPT_PATH}/../dp/ \
16
-D LAMMPS_VERSION=stable_29Aug2024_update1 \
17
-D CMAKE_BUILD_TYPE=Debug \
18
+ -D BUILD_PY_IF=ON \
19
-D BUILD_TESTING:BOOL=TRUE \
20
-D TENSORFLOW_ROOT=${TENSORFLOW_ROOT} \
21
${SCRIPT_PATH}/../source
-cmake --build . -j${NPROC}
22
+cmake --build . -j4
23
cmake --install .
source/install/test_cc_local.sh
@@ -21,6 +21,7 @@ cd ${BUILD_TMP_DIR}
cmake \
-D ENABLE_TENSORFLOW=TRUE \
-D ENABLE_PYTORCH=TRUE \
24
+ -D ENABLE_PADDLE=TRUE \
25
-D INSTALL_TENSORFLOW=FALSE \
26
-D USE_TF_PYTHON_LIBS=TRUE \
27
-D CMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
0 commit comments