issues
search
arrayfire
/
arrayfire-haskell
Haskell bindings to ArrayFire
http://hackage.haskell.org/package/arrayfire
BSD 3-Clause "New" or "Revised" License
60
stars
5
forks
source link
Outstanding items before release
#7
Closed
dmjio
closed
5 years ago
dmjio
commented
5 years ago
[x]
randn
,
randu
, etc. should use a list for dimensions
[x] Tests for file IO, reading / writing matrices
[x] Add more tests
[x] Add links to array fire things
[x]
AFConvMode
, etc. needs to be wrapped
[x]
Features
API needs to be fixed
[x]
AFConvMode
, double check
to
/
from
is correct.
[x] Constrain
Util
functions by
AFType
[ ] Add a
Bits
instance?
[x] Doctest on Darwin doesn't work since it forgets about being linked against arrayfire (cannot find .so errors abound)
randn
,randu
, etc. should use a list for dimensionsAFConvMode
, etc. needs to be wrappedFeatures
API needs to be fixedAFConvMode
, double checkto
/from
is correct.Util
functions byAFType
Bits
instance?