JuliaGPU / JuliaGPU/ArrayFire.jl
FFT differences between CPU and ArrayFire (OpenCL, GPU)
Open
- Dominant language
- Julia
- Stars
- 207
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
```
julia> a = rand(Float32, 100,100);
julia> b = AFArray(a);
julia> fft(a)-fft(b);
ERROR: BoundsError: attempt to access (100,100)
at index [3]
in - at arraymath.jl:97
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.