Skip to content

Commit abf70f8

Browse files
committed
execute benchmark executable
1 parent be477e4 commit abf70f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_cuda:
2121
-DDETRAY_BUILD_CUDA=ON
2222
-DDETRAY_VC_PLUGIN=OFF
2323
-DDETRAY_SMATRIX_PLUGIN=OFF
24-
-DDETRAY_BUILD_EIGEN_PLUGIN=OFF
24+
-DDETRAY_EIGEN_PLUGIN=ON
2525
- cmake --build build
2626

2727

@@ -35,6 +35,7 @@ test_cuda:
3535
- cd build
3636
- nvidia-smi
3737
- ctest --output-on-failure -R ".*cuda.*"
38+
- find bin -type -f -name "*benchmark*cuda*" -exec {}
3839

3940

4041
# build_cuda_sycl:

0 commit comments

Comments
 (0)