remove x86_64_v3 tags (#36828)
This commit is contained in:
parent
f4833a9869
commit
a9db5620f5
1 changed files with 4 additions and 4 deletions
|
@ -62,17 +62,17 @@ spack:
|
||||||
- match:
|
- match:
|
||||||
- kokkos +rocm amdgpu_target=gfx90a
|
- kokkos +rocm amdgpu_target=gfx90a
|
||||||
build-job-remove:
|
build-job-remove:
|
||||||
tags: [ "x86_64" ]
|
tags: [ "x86_64", "x86_64_v3" ]
|
||||||
build-job:
|
build-job:
|
||||||
tags: [ "x86_64-rocm", "rocm-5.4.0", "mi210" ]
|
tags: [ "x86_64_v3-rocm", "rocm-5.4.0", "mi210" ]
|
||||||
|
|
||||||
- match:
|
- match:
|
||||||
- kokkos +cuda cuda_arch=80 ^cuda@12.0.0
|
- kokkos +cuda cuda_arch=80 ^cuda@12.0.0
|
||||||
- raja +cuda cuda_arch=80 ^cuda@12.0.0
|
- raja +cuda cuda_arch=80 ^cuda@12.0.0
|
||||||
build-job-remove:
|
build-job-remove:
|
||||||
tags: [ "x86_64" ]
|
tags: [ "x86_64", "x86_64_v3" ]
|
||||||
build-job:
|
build-job:
|
||||||
tags: [ "x86_64-cuda", "nvidia-525.85.12", "cuda-12.0", "a100" ]
|
tags: [ "x86_64_v3-cuda", "nvidia-525.85.12", "cuda-12.0", "a100" ]
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
build-group: GPU Testing
|
build-group: GPU Testing
|
||||||
|
|
Loading…
Reference in a new issue