(fix:cuda) CUDA portability improved\nbuild system now checks for valid compiler compatible with nvcc and fails if that is not found and cuda is selected. Further, compiler choices are propegated throughout build along with CFLAGS and CXXFLAGS
This commit is contained in:
@@ -161,3 +161,9 @@ if get_option('build_tests') and get_option('build_python')
|
||||
timeout: 120,
|
||||
)
|
||||
endif
|
||||
|
||||
if get_option('build_tests')
|
||||
test('cuda-toolchain-diagnostics', python_build,
|
||||
args: files('test_cuda_toolchain.py'),
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user