Questions tagged [arrayfire]

ArrayFire is a software library that simplifies GPU computing.

From the github page:

ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple.

ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable.

A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs.

Useful Links:

182 questions
-2
votes
1 answer

af::array::device doesn't work with complex arrays

I just want to "use" a complex af::array for a Cuda kernel. Unfortunately, the transformation which is described in the af documentation (http://arrayfire.org/docs/interop_cuda.htm) doesn't work here: #include #include…
fabs
  • 1
  • 2
-2
votes
1 answer

from thrust to arrayfire - gfor usage?

I am trying to replace some thrust calls to arrayfire to check the performance. I am not sure if I am using properly arrayfire because the results I am taking do not match at all. So , the thrust code for example I am using is: cudaMalloc( (void**)…
George
  • 5,808
  • 15
  • 83
  • 160
1 2 3
12
13