GPUCompiler v1.1.0
- Validator: it is now permitted to pass fieldless objects to kernels, even if they are mutable (#650). This should make it possible to e.g. pass symbols.
- Metal: fix emission of global constants (#648)
- Compatibility with Julia 1.12 (#651, #656)
Merged pull requests:
- [Metal] Add correct addrspace to global constants (#648) (@tgymnich)
- Validator: Permit all fieldless objects. (#650) (@maleadt)
- Fixes for nightly (#651) (@maleadt)
- Avoid calling specialize_method again for typeinf_type inference (#653) (@wsmoses)
- Bump codecov/codecov-action from 4 to 5 (#654) (@dependabot[bot])
- Updates for Julia 1.12 (#656) (@maleadt)