Skip to content

Commit

Permalink
enable cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 9, 2024
1 parent f1808a1 commit f725b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_lkcuda_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
-DENABLE_PYTHON=OFF \
-DPL_BACKEND=${{ matrix.pl_backend }} \
-DCMAKE_CXX_COMPILER=$(which g++-$GCC_VERSION) \
-DKokkos_ENABLE_CUDA=ON \
-DENABLE_COVERAGE=ON
cmake --build ./Build --verbose
cd ./Build
Expand Down

0 comments on commit f725b48

Please sign in to comment.