llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Profile host events only if the submitted queue has profiling enabled

Open againull opened this issue 4 months ago • 1 comments

Currently profiling for host tasks is always enabled. Track profiling info only if the submitted queue (where host task is submitted) has profiling enabled.

againull avatar Jun 13 '25 22:06 againull