ArrayFire.jl icon indicating copy to clipboard operation
ArrayFire.jl copied to clipboard

Julia wrapper for the ArrayFire library

Results 45 ArrayFire.jl issues
Sort by recently updated
recently updated
newest added

Well, I, as a new comer, would like to seek for a full document of this Julia program. Is there anything that may help to search for some more complicated...

Hello. Is there any benchmark against CuArrays, CLArrays, GPUArrays,...? Any comparison of the features provided by each one?

Hi, In order to have AF working alongside with CuArrays, I would need the following to work: ``` a .= a .+ b ``` but it returns ``` julia> a...

There are 8 of them ``` julia> versioninfo() Julia Version 1.1.1 Commit 55e36cc (2019-05-16 04:10 UTC) Platform Info: OS: macOS (x86_64-apple-darwin15.6.0) CPU: Intel(R) Xeon(R) W-2140B CPU @ 3.20GHz WORD_SIZE: 64...

Hi Though I do not get issues while using ArrayFire, but I always get Segmentation Fault while exiting from Julia after using ArrayFire. Please see the screen capture below: ![JuliaShot](https://user-images.githubusercontent.com/8937643/58430030-ad782b80-809f-11e9-9471-4438445b25c1.png)...

I can use the `image` function in native C++ api. But, it's not working in Julia (at least on my computer) ![image](https://user-images.githubusercontent.com/13181907/61677154-0c20f500-ad31-11e9-8eab-b24591829540.png) After clicking exit the window ![image](https://user-images.githubusercontent.com/13181907/61677203-4094b100-ad31-11e9-96d9-9fdde24172e8.png) Seem like...

The URL of this package does not match that stored in METADATA.jl. cc: @julia-tagbot[bot]

Hi, I saw the similar issue in https://github.com/JuliaGPU/ArrayFire.jl/issues/28 I have add the environment variable to the startup.jl. And I can see the following 2 ENV variables have been properly set...

Hello! I have been taking a look into the wrap source file, and I have found there are a lot of useful functions, but there is no description of them...

I got the lib folder in the system path, however: ``` julia> set_backend(AF_BACKEND_CUDA) ERROR: ArrayFire Error (501) : Failed to load dynamic library. Error in af_err __cdecl unified::AFSymbolManager::setBackend(af_backend) In file...