github diku-dk/futhark v0.25.19
0.25.19

latest releases: nightly, v0.25.23, v0.25.22...
3 months ago

Added

  • The compiler now does slightly less aggressive inlining. Use the
    #[inline] attribute if you want to force inlining of some
    function.

  • Arrays of opaque types now support indexing through the C API.
    Arrays of records can also be constructed. (#2082)

Fixed

  • The opencl backend now always passes
    -cl-fp32-correctly-rounded-divide-sqrt to the kernel compiler, in
    order to match CUDA and HIP behaviour.

Don't miss a new futhark release

NewReleases is sending notifications on new releases.