Add support for Apple Silicon CPU
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
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
```bash
>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
Contributor guide
Assessment
This issue has not been assessed yet.