Skip to content

Releases: Erk-/genfut

Genfut 0.5.0

28 Jan 18:04
Compare
Choose a tag to compare
  • Various suggestions for changes and improvements. (#35)
    • Renames SequentialC to C, and MulticoreC to Multicore.
    • Panics and stops the process if the futhark compilation fails, instead of potentially failing silently.
    • Adds optimization flags for the different backends in build.rs.
  • Move src/bin/main.rs -> src/main.rs to make cargo install work (#36)
  • Backend selection with a enum instead of features (#31)

New Contributors