some changes

This commit is contained in:
Evghenii
2014-01-20 13:46:49 +01:00
parent 66faf8b4e4
commit 4581f10207
2 changed files with 13 additions and 5 deletions

View File

@@ -271,8 +271,8 @@ def run_test(testname):
print "Grepping: %s" % grep_cmd
sp = subprocess.Popen(grep_cmd, shell=True)
sp.communicate()
ispc_cmd = ispc_exe_rel + " --woff %s -o %s --arch=%s --emit-asm --target=%s" % \
(filename4ptx, obj_name, options.arch, options.target)
ispc_cmd = ispc_exe_rel + " --woff %s -o %s --emit-asm --target=%s" % \
(filename4ptx, obj_name, options.target)
# compile the ispc code, make the executable, and run it...
(compile_error, run_error) = run_cmds([ispc_cmd, cc_cmd],