github diku-dk/futhark v0.25.13
0.25.13

latest releases: nightly, v0.25.22, v0.25.21...
7 months ago

Added

  • Incremental flattening of map-scan compositions with nested
    parallelism (similar to the logic for map-reduce compositions
    that we have had for years).

  • futhark script, for running FutharkScript expressions from the
    command line.

  • futhark repl now prints out a message when it ignores a breakpoint
    during initialisation. (#2098)

Fixed

  • Flattening of scatter with multi-dimensional elements (#2089).

  • Some instances of not-actually-irregular allocations were mistakenly
    interpreted as irregular. Fixing this was a dividend of the memory
    representation simplifications of 0.25.12.

  • Obscure issue related to expansion of shared memory allocations (#2092).

  • A crash in alias checking under some rare circumstances (#2096).

  • Mishandling of existential sizes for top level constants. (#2099)

  • Compiler crash when generating code for copying nothing at all. (#2100)

Don't miss a new futhark release

NewReleases is sending notifications on new releases.