Releases: JuliaFolds/FoldsCUDA.jl
Releases · JuliaFolds/FoldsCUDA.jl
v0.1.9
v0.1.8
v0.1.7
FoldsCUDA v0.1.7
Merged pull requests:
- Test with Julia 1.7 (#74) (@tkf)
- Coalesced non-commutative reduction using shfl (#78) (@tkf)
- Support Union values in shfl-based kernel (#80) (@tkf)
- Fix shfl-based reduction for large inputs (#81) (@tkf)
- Drop Julia 1.5 support (#83) (@tkf)
- Setup benchmark suite (#84) (@tkf)
- Fix for
complete
with side effects (#86) (@tkf) - Support InitialValues 0.3 (#88) (@tkf)
v0.1.6
FoldsCUDA v0.1.6
Merged pull requests:
- Test with TeeRF (#66) (@tkf)
- Support pairs (#67) (@tkf)
- Add a partition reduce example (#68) (@tkf)
- Don't directly depend on GPUArrays (#71) (@tkf)
- Free/fix docs/Manifest.toml (#72) (@tkf)
- Restrict to Random123 v1.3 for now (#73) (@tkf)
- Remove redundant synchronizations (#75) (@tkf)
- Don't call next on dummy; it's not pure (#76) (@tkf)
- Require UnionArrays 0.1.2 (#79) (@tkf)
v0.1.5
FoldsCUDA v0.1.5
Merged pull requests:
- Support type-changing accumulator (#49) (@tkf)
- Turn tests to a package (#51) (@tkf)
- Update FLoops to the version that invokes init in loop (#52) (@tkf)
- Update CUDA.jl; stop using my fork (#53) (@tkf)
- Fix CPU tests (#54) (@tkf)
- Update UnionArrays (#55) (@tkf)
- Test with CUDA.jl 3.0 in Julia 1.6 (#57) (@tkf)
v0.1.4
v0.1.3
FoldsCUDA v0.1.3
Merged pull requests:
v0.1.2
FoldsCUDA v0.1.2
Closed issues:
- An error from counter-based RNG example: .parent is of type Array{Tuple{Tuple{Int64}},1} which is not isbits. (#29)
Merged pull requests: