sundials: fix typo in smoke tests (#34539)
This commit is contained in:
parent
65bd9b9ac5
commit
b5f8ed07fb
@ -743,7 +743,7 @@ def _smoke_tests(self):
|
|||||||
("cvode/cuda/cvAdvDiff_kry_cuda", [], "Test CVODE with CUDA", True)
|
("cvode/cuda/cvAdvDiff_kry_cuda", [], "Test CVODE with CUDA", True)
|
||||||
)
|
)
|
||||||
|
|
||||||
if "+hip" in self.spec:
|
if "+rocm" in self.spec:
|
||||||
smoke_tests.append(
|
smoke_tests.append(
|
||||||
("nvector/hip/test_nvector_hip", ["10", "0", "0"], "Test HIP N_Vector", True)
|
("nvector/hip/test_nvector_hip", ["10", "0", "0"], "Test HIP N_Vector", True)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user