halide-haskell

Version 0.0.2.0 revision 0 uploaded by tom_westerhout.

Package meta

Synopsis
Haskell bindings to Halide
Description

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. . This package provides Haskell bindings that allow to write Halide embedded in Haskell without C++. . The best way to learn Halide is to have a look at the tutorials. Reference documentation is provided by the haddocks of the Language.Halide module.

Author
Tom Westerhout
Bug reports
https://github.com/twesterhout/halide-haskell/issues
Category
Language
Copyright
2022-2023 Tom Westerhout
Homepage
https://github.com/twesterhout/halide-haskell
Maintainer
Tom Westerhout <14264576+twesterhout@users.noreply.github.com>
Package URL
n/a
Stability
n/a

Components