Skip to content

0.25.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 10:26

Added

  • The various C API functions that accept strings now perform a copy,
    meaning the caller does not have to keep the strings alive.

  • Slightly better lexer error messages.

  • Fusion across slicing is now possible in some cases.

  • New tool: futhark profile.

Fixed

  • Inefficient locking for certain segmented histograms (#2024).