v0.4.1
This is a small bugfix release primarily restoring Celerity's compatibility with the most recent versions of hipSYCL and DPC++.
Changelog
We recommend using the following SYCL versions with this release:
- DPC++: 61e51015 or newer
- hipSYCL: d2bd9fc7 or newer
See our platform support guide for a complete list of all officially supported configurations.
Fixed
- Fix the behavior of dry runs (
CELERITY_DRY_RUN_NODES
) in the presence of fences or graph horizons (#196, 069f502) - Compatibility with recent hipSYCL >= d2bd9fc7 (#200, b174df7)
- Compatibility with recent versions of Intel oneAPI and Arc-series dedicated GPUs (requires deactivating mimalloc, #203, c151962)
- Work around a bug in DPC++ that breaks selection of the non-default device (#210, 2b652f8)