summaryrefslogtreecommitdiff
path: root/debug_tools
diff options
context:
space:
mode:
authorJonathan <[email protected]>2018-07-09 09:19:09 -0700
committerJonathan <[email protected]>2018-07-09 09:19:09 -0700
commit47394dbbaf497b0d3b67b900e2f7f72371a701a8 (patch)
tree70b9bcde0a1087c7dfecd311d6d11abe7baa11ca /debug_tools
parent7c4f9d7bff7b1725f3da6ddc8abf3f77a1cbe6f5 (diff)
better launchkernels and more printouts for debugging
Diffstat (limited to 'debug_tools')
-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