halide-haskell icon indicating copy to clipboard operation
halide-haskell copied to clipboard

Haskell bindings to Halide

Results 4 halide-haskell issues
Sort by recently updated
recently updated
newest added

I can't get accelerate working on Windows, how about halide instead? Or is this not a priority either? :(

I get errors about data being left on the device when running a `Func` on the GPU: ```haskell main :: IO () main = case gpuTarget of Nothing -> putStrLn...

Hello there! Is it possible to use bit operations (`or`, `and`, left/right `shift`) with `halide-haskell`?

enhancement

The library tutorial has a chapters on [AOT]() and [cross-compilation](https://halide-lang.org/tutorials/tutorial_lesson_11_cross_compilation.html). It uses compile targets and `compile_to_file` function, which is currently missing. This looks useful for producing canned code and shipping...

enhancement
good first issue