Skip to content

Commit 2e22739

Browse files
authored
Remove unsupported environments from CoralGemm test (#525)
1 parent 986e53a commit 2e22739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checks/microbenchmarks/gpu/dgemm/coralgemm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
@rfm.simple_test
1313
class CoralGemm(rfm.RegressionTest):
1414
descr = 'AMD CoralGemm test'
15-
valid_systems = ['+amdgpu +uenv', '+nvgpu +uenv']
16-
valid_prog_environs = ['+uenv +prgenv +rocm', '+uenv +prgenv +cuda']
15+
valid_systems = ['+amdgpu +uenv']
16+
valid_prog_environs = ['+uenv +prgenv +rocm']
1717
maintainers = ['SSA']
1818
sourcesdir = None
1919
build_system = 'CMake'

0 commit comments

Comments
 (0)