Skip to content

Commit 94d3de6

Browse files
committed
Fix rocpd kernel dispatch CSV
1 parent 5b95385 commit 94d3de6

File tree

1 file changed

+1
-1
lines changed
  • source/lib/python/rocpd/source

1 file changed

+1
-1
lines changed

source/lib/python/rocpd/source/csv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ write_kernel_csv(
242242
kernel.end,
243243
kernel.lds_size,
244244
kernel.scratch_size,
245-
kernel.vgpr_count,
245+
kernel.arch_vgpr_count,
246246
kernel.accum_vgpr_count,
247247
kernel.sgpr_count,
248248
kernel.workgroup_size.x,

0 commit comments

Comments
 (0)