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
[SYCL][L0] Fixed SYCL_PI_TRACE printing problem (#2619)
SYCL_PI_TRACE is used for internal debugging. It displays
the PI function that is being called and its arguments.
When piGetDeviceInfo() was called, the printing of the
pointer used for a variable sized string was incorrect.
Added a print() specialization.
The nullptr print() specialization was also updated because
specializations should be special.
Signed-off-by: Gail Lyons <[email protected]>
0 commit comments