JuliaGPU / JuliaGPU/ArrayFire.jl

FFT differences between CPU and ArrayFire (OpenCL, GPU)

Open
#36 20 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.