12. Release Notes#
12.1. Known Issues#
The programming model is missing a section on a cross-tile block kernel such as split-k.
The bytecode section does not provide exact encoding of each operation, expect this to be introduced in a future release.
The semi-formal memory model section is written but does not provide detailed examples of how to to utilize it.
Atomics are currently limited in Tile IR and will be expanded in a future release.
12.2. Changelog#
12.2.1. Spec 13.2 (2026-03-11)#
Supported Architectures#
Added support for Ampere (sm_80, sm_86, sm_87, sm_88) and Ada (sm_89) architectures.
New Operations#
Added
cuda_tile.atan2operation for element-wise two-argument arctangent.
Updated Operations#
Added
overflowattribute tocuda_tile.negito control integer overflow behavior.Added
rounding_modeattribute tocuda_tile.tanhto control floating-point rounding behavior.Added
tokenresult tocuda_tile.print_tkofor memory ordering support.Added
unsignedCmpflag tocuda_tile.forto support unsigned integer comparison for loop termination.Renamed
cuda_tile.printtocuda_tile.print_tkoin the textual format. Bytecode encoding is unchanged and remains backward compatible.