halide-arrayfire: Integration between Halide and ArrayFire

[ bsd3, language, library ] [ Propose Tags ]

This package provides instances of Language.Halide.IsHalideBuffer for arrays from the arrayfire library.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.2.0
Dependencies arrayfire (>=0.7.0.0 && <0.8), base (>=4.16.0.0 && <5), halide-haskell (>=0.0.2.0 && <0.1) [details]
License BSD-3-Clause
Copyright 2022-2023 Tom Westerhout
Author Tom Westerhout
Maintainer Tom Westerhout <14264576+twesterhout@users.noreply.github.com>
Category Language
Home page https://github.com/twesterhout/halide-haskell
Uploaded by tom_westerhout at 2023-05-22T14:18:37Z
Distributions
Downloads 42 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for halide-arrayfire-0.0.2.0

[back to package description]

halide-arrayfire


license

build Hackage

This package integrates halide-haskell with arrayfire by implementing an instance of IsHalideBuffer for the Array data type.

  • CPU
  • CUDA (know how to do it, just need a bit of time)
  • OpenCL (no idea how, contributions are welcome!)