JuliaGPU / JuliaGPU/ArrayFire.jl
ArrayFire fft cannot handle matrices of non-dyadic size
- Dominant language
- Julia
- Stars
- 207
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
When I am trying to get the fft2 of an arrayfire matrix that has a size distinct that 2^n I get the error:
```
ArrayFire Error (202) : Invalid input argument
in throwAFerror(::Int32) at /Users/hector/.julia/v0.5/ArrayFire/src/error.jl:50
in af_fft2(::Base.RefValue{Ptr{Void}}, ::ArrayFire.AFArray{Float32,2}, ::Float64, ::Int64, ::Int64) at /Users/hector/.julia/v0.5/ArrayFire/src/wrap.jl:1806
in #fft#128(::Float64, ::Int64, ::Int64, ::Function, ::ArrayFire.AFArray{Float32,2}) at /Users/hector/.julia/v0.5/ArrayFire/src/signal.jl:55
in fft(::ArrayFire.AFArray{Float32,2}) at /Users/hector/.julia/v0.5/ArrayFire/src/signal.jl:54
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.