We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf70f8 commit 7639b97Copy full SHA for 7639b97
1 file changed
.gitlab-ci.yml
@@ -35,7 +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 {}
+ - find bin -type f -name "*benchmark*cuda*" -exec {}
39
40
41
# build_cuda_sycl:
0 commit comments