-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] Skip itt libdevice for NV,AMD,NativeCPU backend #19603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
Signed-off-by: jinge90 <ge.jin@intel.com>
Signed-off-by: jinge90 <ge.jin@intel.com>
Signed-off-by: jinge90 <ge.jin@intel.com>
Hi, @hvdijk |
I'm on holiday, @intel/dpcpp-nativecpu-reviewers would someone else have a look at this PR? |
Hi, @intel/dpcpp-nativecpu-reviewers |
Hi, @intel/dpcpp-nativecpu-reviewers |
ITT device library is used by sycl-instrument-device-code for Intel Vtune support, they are not required by NV, AMD and NativeCPU backend. This PR removes ITT device library files into device linking list for these backend. After doing this, we don't need to add special check for NativeCPU backend in driver code to filter all libraries other than "native_cpu-utils".