Open
Description
Most of the tracing implementation is ifdef'ed on XPTI_ENABLE_INSTRUMENTATION
variable. This is never set in UR's build system (it is in SYCL PI).
Also, CUDA adapter cmake scripts never link with xpti.
I suggest using existing UR_ENABLE_TRACING
variable instead. It already controls fetching in XPTI, so cmake changes will be simpler that way.