Added
-
Incremental flattening of
map
-scan
compositions with nested
parallelism (similar to the logic formap
-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)