File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ option(USE_SHARED_CTX "Request support for shared ctx between WG" OFF)
5656option (USE_SINGLE_NODE "Enable single node support only." OFF )
5757option (USE_HOST_SIDE_HDP_FLUSH "Use a polling thread to flush the HDP cache on the host." OFF )
5858
59- option (BUILD_FUNCTIONAL_TESTS "Build the functional tests" ON )
59+ option (BUILD_FUNCTIONAL_TESTS "Build the functional tests" OFF )
6060option (BUILD_EXAMPLES "Build the examples" ON )
61- option (BUILD_UNIT_TESTS "Build the unit tests" ON )
61+ option (BUILD_UNIT_TESTS "Build the unit tests" OFF )
6262option (BUILD_TESTS_ONLY "Build only tests. Used to link agains rocSHMEM in a ROCm Release" OFF )
6363
6464option (BUILD_LOCAL_GPU_TARGET_ONLY "Build only for GPUs detected on this machine" OFF )
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ cmake \
5151 -DUSE_SINGLE_NODE=ON \
5252 -DUSE_HOST_SIDE_HDP_FLUSH=OFF \
5353 -DBUILD_LOCAL_GPU_TARGET_ONLY=OFF \
54+ -DBUILD_FUNCTIONAL_TESTS=ON \
55+ -DBUILD_UNIT_TESTS=ON \
5456 $src_path
5557cmake --build . --parallel 8
5658cmake --install .
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ cmake \
5050 -DUSE_HOST_SIDE_HDP_FLUSH=OFF\
5151 -DUSE_MANAGED_HEAP=OFF \
5252 -DUSE_RO=ON \
53+ -DBUILD_FUNCTIONAL_TESTS=ON \
54+ -DBUILD_UNIT_TESTS=ON \
5355 $src_path
5456cmake --build . --parallel 8
5557cmake --install .
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ cmake \
5050 -DUSE_HOST_SIDE_HDP_FLUSH=OFF\
5151 -DUSE_MANAGED_HEAP=OFF \
5252 -DUSE_RO=ON \
53+ -DBUILD_FUNCTIONAL_TESTS=ON \
54+ -DBUILD_UNIT_TESTS=ON \
5355 $src_path
5456cmake --build . --parallel 8
5557cmake --install .
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ cmake \
4848 -DUSE_HOST_SIDE_HDP_FLUSH=OFF\
4949 -DUSE_MANAGED_HEAP=OFF \
5050 -DUSE_RO=ON \
51+ -DBUILD_FUNCTIONAL_TESTS=ON \
52+ -DBUILD_UNIT_TESTS=ON \
5153 $src_path
5254cmake --build . --parallel 8
5355cmake --install .
You can’t perform that action at this time.
0 commit comments