summaryrefslogtreecommitdiff
path: root/debug_tools/WatchYourStep/ptxjitplus/launchkernels
diff options
context:
space:
mode:
Diffstat (limited to 'debug_tools/WatchYourStep/ptxjitplus/launchkernels')
-rw-r--r--debug_tools/WatchYourStep/ptxjitplus/launchkernels1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/launchkernels b/debug_tools/WatchYourStep/ptxjitplus/launchkernels
index d2fd015..56655a3 100644
--- a/debug_tools/WatchYourStep/ptxjitplus/launchkernels
+++ b/debug_tools/WatchYourStep/ptxjitplus/launchkernels
@@ -1,3 +1,4 @@
#Launches kernels from $1 to $2
#Note must source this script
+export PTX_SIM_DEBUG=0;
for num in $(eval echo {$1..$2}); do export WYS_LAUNCH_NUM=$num; echo Launching kernel $num...; ./ptxjitplus; done