[HIPIFY][tests] Exclude CUDA 8.0 (9.0) tests if CUDA < 8.0 (9.0)
[ROCm/clr commit: 852bc8d545]
Этот коммит содержится в:
@@ -15,12 +15,14 @@ print("CUDA " + config.cuda_version + " will be used for testing.")
|
||||
|
||||
config.excludes = ['cmdparser.hpp']
|
||||
|
||||
if config.cuda_version_major < 8:
|
||||
config.excludes.append('cuSPARSE_02.cu')
|
||||
if config.cuda_version_major < 9:
|
||||
config.excludes.append('cuSPARSE_04.cu')
|
||||
config.excludes.append('cuSPARSE_05.cu')
|
||||
config.excludes.append('cuSPARSE_06.cu')
|
||||
config.excludes.append('cuSPARSE_07.cu')
|
||||
|
||||
config.excludes.append('benchmark_curand_kernel.cpp')
|
||||
if config.cuda_version_major < 10:
|
||||
config.excludes.append('cuSPARSE_08.cu')
|
||||
config.excludes.append('cuSPARSE_09.cu')
|
||||
|
||||
Ссылка в новой задаче
Block a user