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:
parent
e3d67d513b
commit
5cbca18263
3 changed files with 30 additions and 5 deletions
|
|
@ -35,6 +35,7 @@ metal = []
|
|||
vulkan = []
|
||||
force-debug = []
|
||||
openmp = []
|
||||
intel-sycl = []
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue