DaCe 0.11.4
What's Changed
- If a Python call cannot be parsed into a data-centric program, DaCe will automatically generate a callback into Python. Supports CPU arrays and GPU arrays (via CuPy) without copying!
- Python 3.10 support
- CuPy arrays are supported when calling
@dace.program
s in JIT mode - Fix various issues in Python frontend and code generation
Full Changelog: v0.11.3...v0.11.4