2.2.1
What's Changed
- Fixed macOS builds by @DarthAffe in #21
- SYCL support by @DarthAffe in #23
Full Changelog: 2.2.0...2.2.1
Note: I've no idea if the SYCL-backend actually works, that's why it's disabled by default for now.
If you want to use it, it has to be enabled by calling Backends.SyclBackend.IsEnabled = true;
. (Let me know if it works in that case :))