-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Labels
Description
Describe the bug
If we look at the results of sycl-ls --verbose we see the following line repeated many times
Error: _CALLBACK>[ERROR]: Not Implemented : urDeviceGetInfo - File : /__w/llvm/llvm/src/unified-runtime/source/adapters/native_cpu/device.cpp / Line : 460
It's unclear if this is intended, but if it is, there is a decent readability impact so we should consider reworking it.
Example https://github.com/intel/llvm/actions/runs/14449778615/job/40521032034 (click the "Run sycl-ls --verbose" part)
To reproduce
No response
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version] - Dependencies version: [e.g. the output of
sycl-ls --verbose]
Additional context
No response