change extension to tmp files from .ispc to _ispc

This commit is contained in:
Evghenii
2014-01-20 16:08:24 +01:00
parent 63d3ac6679
commit c39a5e0de8

View File

@@ -264,7 +264,7 @@ def run_test(testname):
if is_generic_target:
ispc_cmd += " --emit-c++ --c++-include-file=%s" % add_prefix(options.include_file)
if is_nvptx_target:
filename4ptx = filename+".ptx.parsed.ispc"
filename4ptx = filename+".ptx.parsed_ispc"
grep_cmd = "grep -v 'export uniform int width' %s > %s " % \
(filename, filename4ptx)
if options.verbose: