SWDEV-374256: GPU Kernel Dispatch Trace Period Support
Change-Id: Idaabe82a30013e3aba4bcb65bd0a89ce2d14ad97
This commit is contained in:
committed by
Ammar Elwazir
parent
5987bc375b
commit
472624e3bd
+3
-1
@@ -737,7 +737,9 @@ def fill_ops_db(kernel_table_name, mcopy_table_name, db, indir):
|
||||
if roctx_range == '': roctx_range = name
|
||||
else:
|
||||
if is_barrier: continue
|
||||
else: fatal("hcc ops data not found: '" + record + "', " + str(corr_id) + ", " + str(proc_id))
|
||||
else:
|
||||
if "ROCP_CTRL_RATE" in os.environ: continue
|
||||
else: fatal("hcc ops data not found: '" + record + "', " + str(corr_id) + ", " + str(proc_id))
|
||||
|
||||
# activity record
|
||||
rec_vals[4] = name # Name
|
||||
|
||||
Reference in New Issue
Block a user