feat: add intel-sycl support

Adding Intel Sycl with the feature flag `intel-sycl` to it. Static
linking the intel sycl isn't possible, that's the reason why it's
dynamic linked.
This commit is contained in:
Daniél Kerkmann 2025-06-26 15:42:01 +02:00
parent e3d67d513b
commit 5cbca18263
No known key found for this signature in database
GPG key ID: 5F96761280921DC9
3 changed files with 30 additions and 5 deletions

View file

@ -35,6 +35,7 @@ metal = []
vulkan = []
force-debug = []
openmp = []
intel-sycl = []
[build-dependencies]
cmake = "0.1"