| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| futhark-0.25.34-linux-x86_64.tar.xz | 2025-11-01 | 8.1 MB | |
| 0.25.34 source code.tar.gz | 2025-11-01 | 1.9 MB | |
| 0.25.34 source code.zip | 2025-11-01 | 2.9 MB | |
| README.md | 2025-11-01 | 842 Bytes | |
| Totals: 4 Items | 12.9 MB | 0 | |
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 causefuthark benchandfuthark testto crash.