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

Haskell bindings to ArrayFire

Results 16 arrayfire-haskell issues
Sort by recently updated
recently updated
newest added

https://github.com/arrayfire/arrayfire-haskell/blob/5d621602bb925ce5122a66011003498cbe638e2b/test/ArrayFire/ArithSpec.hs#L30-L33 I am not sure this is entirely helpful, feel free to close. I would like to use arrayfire for a project I am starting. It is included in my...

Would be very nice to have comparisons of ArrayFire vs. libraries like `hmatrix`, `accelerate`, etc. This might even warrant its own package due to the difficulty in procuring all the...

enhancement
help wanted
good first issue

Currently the installation instructions for `arrayfire-haskell` target users who install binaries into `/lib` / `lib64` on `OSX`/ `Linux` respectively. For "power users" (those who build from source), there should be...

enhancement
documentation
ops

Theoretically, there's no reason this can't be supported. ```haskell instance Bits (ArrayFire CBool) where (.&.) = A.and (.|.) = A.or xor = A.bitXor shiftL x n = A.shiftL x (scalar...

enhancement
help wanted
good first issue
question

pending on https://github.com/NixOS/nixpkgs/pull/72142

enhancement