Skip to content

Commit

Permalink
Preserve one build that disables Kokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Sep 1, 2023
1 parent 7cdac47 commit 1599427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ pipeline {
-DKokkos_ENABLE_CUDA_LAMBDA=ON \
-DKokkos_ENABLE_LIBDL=OFF \
-DKokkos_ENABLE_IMPL_MDSPAN=ON \
-DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=ON \
-DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=OFF \
.. && \
make -j8 && ctest --verbose && \
cd ../example/build_cmake_in_tree && \
Expand Down

0 comments on commit 1599427

Please sign in to comment.