ArrayFire.jl
ArrayFire.jl copied to clipboard
Julia wrapper for the ArrayFire library
Does `ArrayFire.jl` support multi-gpu FFT?
`sum(::AFArray; dims::Tuple)` is defined but gives: ``` julia> sum(ones(AFArray,2,5),dims=(1,2)) ERROR: MethodError: objects of type AFMatrix{Float64} are not callable Use square brackets [] for indexing an Array. ``` I believe it...
After installing ArrayFire through the Julia Package manager and trying to run a simple program: ``` using Pkg Pkg.add("ArrayFire") using ArrayFire const a = rand(10, 10) const ad = AFArray(a)...
ArrayFire 3.x with ArrayFire.jl and CUDA 10.x have been working well for me on Windows 10, with consumer-grade GPUs such as RTX 2080 Ti. But recently when I tried to...
Hi, I used to plot 2d arrays directly from the GPU but it does not work anymore. I am on OSX (sorry...): ``` julia> ArrayFire.image(u0) 0x00007fee23c3f920 ``` but no windows...
It would be convenient if ArrayFire.jl were to use BinaryBuilder to distribute binaries of the ArrayFire library, so that people would not have to install it themselves.
Dear ArrayFire developers, it seems that ArrayFire.jl has a small compatibility issue with Zygote. A test example follows in [1], but the core of the issue is at the fact...
Dear developers, as mentioned in https://github.com/SciML/DiffEqFlux.jl/issues/436 ArrayFire crashes due to an access to a[(length(a)+1):end]. However, this is an allowed syntax in Julia and it is expected to return an empty...
HI! I'm trying to enable ArrayFire with Julia on older machine with CPU backend, so I'm making it "simple" for ArrayFire to choose by setting ENV JULIA_ARRAYFIRE_BACKEND=CPU. It's not working...
Title says it. Here are test results:  Here is clinfo: https://pastebin.com/bcXqNp6R I am using opencl-amd Clover does not work (hangs up / infinite loop)