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 b14cceb commit abc108bCopy full SHA for abc108b
test/framework/toy_build.py
@@ -3234,7 +3234,8 @@ def test_toy_cuda_sanity_check(self):
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")
+ write_file(cuda_mod_file_tcl, "#%Module1.0")
3238
+ write_file(cuda_mod_file_tcl, "#This is a fake module file for CUDA", append=True)
3239
setvar('MODULEPATH', module_dir)
3240
3241
# Filepath to cuobjdump
0 commit comments