Skip to content

Commit fb220d1

Browse files
authored
Merge branch 'dev' into add_kernel_range_spinlock
2 parents e2306ca + b585512 commit fb220d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
source ./gpu-app-collection/src/setup_environment
5454
rm -rf ./hw_run/
5555
./util/tracer_nvbit/run_hw_trace.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
56-
./util/tracer_nvbit/run_hw.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
56+
./util/hw_stats/run_hw.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
5757
rm -rf /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
5858
mkdir -p /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
5959
mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run

util/job_launching/procman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def killJobs(self):
197197
continue
198198
for child in p.children(recursive=True):
199199
os.kill(child.pid, 9)
200-
os.kill(activeJob.procId, 9)
200+
os.kill(activeJob.procId, 9)
201201

202202
def tick(self):
203203
if self.tickingProcess == None:

0 commit comments

Comments
 (0)