Open
Description
Is your feature request related to a problem? Please describe
Not related to any problem, just wondering why isn't it working on apple silicone that is being run through the x86_64 docker
>docker run -it --rm --platform linux/x86_64 ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build-3468f496c04ca9091da19ff5c73aa5f7ef792924 bash
>root@360aa2f7f76b:/# sycl-ls --verbose
Platforms: 0
default_selector() : No device of requested type available. -1 (PI_ERRO...
accelerator_selector() : No device of requested type available. -1 (PI_ERRO...
cpu_selector() : No device of requested type available. -1 (PI_ERRO...
gpu_selector() : No device of requested type available. -1 (PI_ERRO...
custom_selector(gpu) : No device of requested type available. -1 (PI_ERRO...
custom_selector(cpu) : No device of requested type available. -1 (PI_ERRO...
custom_selector(acc) : No device of requested type available. -1 (PI_ERRO...
Describe the solution you would like
At least one cpu device should appear
**Describe alternatives you have considered**
N/A
**Additional context**
N/A