scripts fixes

Change-Id: Ie14589e465d8100c06f19da437ee6aa67999509f
Tá an tiomantas seo le fáil i:
Evgeny
2019-03-07 23:55:30 -06:00
tuismitheoir df860838a2
tiomantas b278dc452a
D'athraigh 2 comhad le 4 breiseanna agus 1 scriosta
+1
Féach ar an gComhad
@@ -294,6 +294,7 @@ while [ 1 ] ; do
HSA_TRACE=1
elif [ "$1" = "--hip-trace" ] ; then
ARG_VAL=0
export ROCP_TIMESTAMP_ON=1
GEN_STATS=1
HIP_TRACE=1
elif [ "$1" = "--verbose" ] ; then
+3 -1
Féach ar an gComhad
@@ -308,7 +308,9 @@ def fill_ops_db(table_name, db, indir):
db.insert_entry(table_handle, rec_vals)
filtr[corr_id] = 1
if not gpu_pid in dep_dict: dep_dict[gpu_pid] = {}
if not gpu_pid in dep_dict:
dep_dict[gpu_pid] = {}
dep_dict[gpu_pid]['to'] = {}
dep_dict[gpu_pid]['to'][corr_id] = int(rec_vals[0]) / 1000
dep_dict[gpu_pid]['bsp'] = OPS_PID
else: fatal("async-copy bad record")