intel / intel/llvm

Add support for Apple Silicon CPU

Open
#12,318 6 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.