Skip to content

0.25.28

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 20:32

Added

Removed

Changed

Fixed

  • Compiler crash for intrablock scatters that write to
    multidimensional arrays. (#2218)

  • Handling of size expressions in abstract types in the interpreter (#2222).

  • GPU code generation of segmented reductions with array operands. (#2227)

  • Server-mode timing is now done with a monotonic clock.

  • futhark test now respects notest, similar to nobench for futhark bench.