|
|
@@ -363,6 +363,27 @@ t:cuda11.8-minimal-splayed-ninja:
|
|
|
variables:
|
|
|
CMAKE_CI_NO_MR: "true"
|
|
|
|
|
|
+t:cuda12.2-nvidia:
|
|
|
+ extends:
|
|
|
+ - .cuda12.2_nvidia
|
|
|
+ - .cmake_test_linux_release
|
|
|
+ - .linux_x86_64_tags_cuda
|
|
|
+ - .cmake_junit_artifacts
|
|
|
+ - .run_dependent
|
|
|
+ - .needs_centos7_x86_64
|
|
|
+ variables:
|
|
|
+ CMAKE_CI_NO_MR: "true"
|
|
|
+
|
|
|
+t:cuda12.2-clang:
|
|
|
+ extends:
|
|
|
+ - .cuda12.2_clang
|
|
|
+ - .cmake_test_linux_release
|
|
|
+ - .linux_x86_64_tags_cuda
|
|
|
+ - .run_dependent
|
|
|
+ - .needs_centos7_x86_64
|
|
|
+ variables:
|
|
|
+ CMAKE_CI_NO_MR: "true"
|
|
|
+
|
|
|
t:hip5.5-nvidia:
|
|
|
extends:
|
|
|
- .hip5.5_nvidia
|