From 47394dbbaf497b0d3b67b900e2f7f72371a701a8 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 9 Jul 2018 09:19:09 -0700 Subject: better launchkernels and more printouts for debugging --- debug_tools/WatchYourStep/ptxjitplus/launchkernels | 1 + 1 file changed, 1 insertion(+) (limited to 'debug_tools/WatchYourStep/ptxjitplus/launchkernels') 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 -- cgit v1.3