Describe the bug
lscpu: "Intel(R) Core(TM) Ultra 7 265"
sycl-ls: "Architecture: intel_gpu_mtl_u"
Even though intel_gpu_arl_u and intel_gpu_mtl_u are aliased to the same architecture ID (0x0000000311800400), sycl-ls should detect and print the correct specific variant based on the actual hardware, using additional device information
To reproduce
Run sycl-ls --verbose on any Arrow Lake machine and check Architecture entry of integrated gpu
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