We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be477e4 commit abf70f8Copy full SHA for abf70f8
1 file changed
.gitlab-ci.yml
@@ -21,7 +21,7 @@ build_cuda:
21
-DDETRAY_BUILD_CUDA=ON
22
-DDETRAY_VC_PLUGIN=OFF
23
-DDETRAY_SMATRIX_PLUGIN=OFF
24
- -DDETRAY_BUILD_EIGEN_PLUGIN=OFF
+ -DDETRAY_EIGEN_PLUGIN=ON
25
- cmake --build build
26
27
@@ -35,6 +35,7 @@ test_cuda:
35
- cd build
36
- nvidia-smi
37
- ctest --output-on-failure -R ".*cuda.*"
38
+ - find bin -type -f -name "*benchmark*cuda*" -exec {}
39
40
41
# build_cuda_sycl:
0 commit comments