logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

futhark-python - compile Futhark to sequential Python

Description

futharkpython translates a Futhark program to sequential Python code, which depends on Numpy.

       The  resulting  program  will  read  the arguments to the main function from standard input and print its
       return value on standard output.  The arguments are read and printed in Futhark syntax.

       The generated code is very slow, likely too slow to be useful.   It  is  more  interesting  to  use  this
       command’s big brother, futhark-pyopencl.

Name

       futhark-python - compile Futhark to sequential Python

Options

       Accepts the same options as futhark-c.

See Also

futhark-pyopencl

Synopsis

       futhark python [options…] infile

See Also