We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17a42c commit b14ccebCopy full SHA for b14cceb
test/framework/toy_build.py
@@ -3232,7 +3232,9 @@ def test_toy_cuda_sanity_check(self):
3232
mkdir(module_dir, parents=True)
3233
cuda_mod_dir = os.path.join(module_dir, 'CUDA')
3234
cuda_mod_file = os.path.join(cuda_mod_dir, '5.5.22.lua')
3235
+ cuda_mod_file_tcl = os.path.join(cuda_mod_dir, '5.5.22')
3236
write_file(cuda_mod_file, "-- Fake module content for CUDA")
3237
+ write_file(cuda_mod_file_tcl, "#%Module1.0\n#This is a fake module file for CUDA")
3238
setvar('MODULEPATH', module_dir)
3239
3240
# Filepath to cuobjdump
0 commit comments