SWDEV-48112 Counter header and OTF2 updates (#1042)

Este commit está contenido en:
Gopesh Bhardwaj
2024-09-11 18:45:03 +05:30
cometido por GitHub
padre 474b72b4fc
commit df939cbe96
Se han modificado 2 ficheros con 47 adiciones y 10 borrados
+9 -2
Ver fichero
@@ -1,2 +1,9 @@
"Correlation_Id","Dispatch_Id","Agent_Id","Queue_Id","Process_Id","Thread_Id","Grid_Size","Kernel_Name","Workgroup_Size","LDS_Block_Size","Scratch_Size","VGPR_Count","SGPR_Count","Counter_Name","Counter_Value"
0,1,1,139892123975680,5619,5619,1048576,"matrixTranspose(float*, float*, int)",16,0,0,8,16,"SQ_WAVES",65536
"Correlation_Id","Dispatch_Id","Agent_Id","Queue_Id","Process_Id","Thread_Id","Grid_Size","Kernel_Id","Kernel_Name","Workgroup_Size","LDS_Block_Size","Scratch_Size","VGPR_Count","SGPR_Count","Counter_Name","Counter_Value"
1,1,1,1,19396,19396,1048576,16,"void addition_kernel<float>(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
2,2,1,1,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
5,5,1,2,19396,19396,1048576,16,"void addition_kernel<float>(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
9,9,1,3,19396,19396,1048576,16,"void addition_kernel<float>(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
13,13,1,4,19396,19396,1048576,16,"void addition_kernel<float>(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
3,3,1,1,19396,19396,1048576,17,"multiply_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
6,6,1,2,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384
1 Correlation_Id Dispatch_Id Agent_Id Queue_Id Process_Id Thread_Id Grid_Size Kernel_Id Kernel_Name Workgroup_Size LDS_Block_Size Scratch_Size VGPR_Count SGPR_Count Counter_Name Counter_Value
2 0 1 1 1 139892123975680 1 5619 19396 5619 19396 1048576 16 matrixTranspose(float*, float*, int) void addition_kernel<float>(float*, float const*, float const*, int, int) 16 64 0 0 8 16 SQ_WAVES 65536 16384
3 2 2 1 1 19396 19396 1048576 19 subtract_kernel(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
4 5 5 1 2 19396 19396 1048576 16 void addition_kernel<float>(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
5 9 9 1 3 19396 19396 1048576 16 void addition_kernel<float>(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
6 13 13 1 4 19396 19396 1048576 16 void addition_kernel<float>(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
7 3 3 1 1 19396 19396 1048576 17 multiply_kernel(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
8 6 6 1 2 19396 19396 1048576 19 subtract_kernel(float*, float const*, float const*, int, int) 64 0 0 8 16 SQ_WAVES 16384
9