llvm
llvm copied to clipboard
[SYCL] Profile host events only if the submitted queue has profiling enabled
Currently profiling for host tasks is always enabled. Track profiling info only if the submitted queue (where host task is submitted) has profiling enabled.