Added
- Support for CUDA 13.
Fixed
-
Declaration of zero-length arrays in GPU kernels.
-
Handling of size closures of type abbreviations in interpreter (#2316).
-
futhark literatedeletedCACHEDIR.TAGfiles. -
futhark literatenow prints records and tuples properly. -
Some optimisations would throw away source location information, resulting in
worse profiling data. -
Tighter source locations for
let x[i] = ...expressions. -
Oversight in size expressions in let-bindings. (#2322)
-
futhark pkgis now more robust against errors in package data. -
Incorrect uniqueness inference for functions returning abstract types. (#2324)
-
Duplication of entry points in some cases. (#2326)
-
A race condition in the creation of
CACHEDIR.TAGfiles that could cause
futhark benchandfuthark testto crash.