Update Futhark to 0.19.5

Hello,

I would like to know if it is possible to update Futhark from 0.16.2 to 0.19.5. There are some changes that I need to have for my BSc work.

Sincerely,
baptiste.coudray

Hi, it’s done.

[root@login2 ~]# ml spider futhark

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  futhark:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Description:
      Futhark is a small programming language designed to be compiled to efficient parallel code. It is a statically typed, data-parallel, and purely functional array language in the ML family, and comes with a heavily optimising
      ahead-of-time compiler that presently generates GPU code via CUDA and OpenCL, although the language itself is hardware-agnostic and can also run on multicore CPUs

     Versions:
        futhark/0.15.5
        futhark/0.16.2
        futhark/0.19.5


Best

1 Like