What's Changed
This minor releases adds some fixes and performance improvements, most notably module caching.
- Update README.md by @zjin-lcf in #935
- Add JIT timings by @pvelesko in #940
- Integrate hipSOVLER by @pvelesko in #941
- remove stl sycl header include by @pvelesko in #942
- Fences fix by @pvelesko in #944
- Integrate HIPCC macro fix by @pvelesko in #946
- Module Caching by @pvelesko in #943
- Print JIT logs to Info, always by @pvelesko in #948
- Use Level Zero Copy Queues by @pvelesko in #949
- Prune known_failures.yaml & arg checks by @pvelesko in #950
- Support specifying include directories (
-I
) through hipRTC by @kmaehashi in #951 - implement a missing atomicMax by @pvelesko in #953
- JIT flags append instead of override by @pvelesko in #954
New Contributors
- @kmaehashi made their first contribution in #951
Full Changelog: v1.2...v1.2.1