You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a simple case - submitting and executing 101 kernels (1 M2D and 100 add_kernel) with enabling immediate command list on PVC . I use onetrace and pass the flag -s. I found that in the report, only 1 M2D and 78 add_kernels were captured. And the Append(ns) always be 0.
I guess this might be a bug. So I report it to you and look forward to an solution in a quick fix.
Thank you.
The text was updated successfully, but these errors were encountered:
xunsongh
changed the title
[onetrace][PVC][IMME CmdList] Tool got less kernel submissions in report than actual
[BUG][onetrace][IMME CmdList] Tool got less kernel calls in report than actual submitted
Aug 24, 2023
@xunsongh sorry for responding in such a delay. yes - this issue is reproduced (on simplest dpc_gemm sample) and likely caused in runtime or level-zero behavior re- Immediate command lists change. We are exploring the best solution and should update (fix) on this soon.
* Fix warnings in SYCL code due to icpx/libsycl upgrade.
* Most of these are due to SYCL 2020 spec deprecations (e.g. `get_pointer` -> `get_multi_ptr`).
* Prevent dlworkload from crashing but provide notice it is not working
as expected.
Signed-off-by: Schilling, Matthew <[email protected]>
I made a simple case - submitting and executing 101 kernels (1 M2D and 100 add_kernel) with enabling
immediate command list
on PVC . I use onetrace and pass the flag-s
. I found that in the report, only 1 M2D and 78 add_kernels were captured. And theAppend(ns)
always be 0.I guess this might be a bug. So I report it to you and look forward to an solution in a quick fix.
Thank you.
The text was updated successfully, but these errors were encountered: