Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

In most C++ programming, there are clear rules on when I can inline a variable. What are those rules, in ArrayFire? Let me illustrate with an example: This is how I would generally structure this ...
kd8azz's user avatar
  • 623
1 vote
1 answer
81 views

I am trying to move away from OpenCL and CUDA into ArrayFire. One of my functions uses the GPU's popcount() to make pre-processing data easier. But I can't find it anywhere in the list of functions in ...
Ben H's user avatar
  • 39
2 votes
1 answer
254 views

I'm getting an error with building arrayfire. I wish to use Arrayfire purely with CUDA, yet the arrayfire build seems to require OpenCL, despite me setting the flag for OpenCL not to be built. Build ...
Hugo Phibbs's user avatar
1 vote
1 answer
504 views

For some reason arrayfire isn't working with my nvidia GPU. I'm trying to do this with cmake. I have the cuda toolkit correctly installed, and followed the linux linux install instructions found here ...
Hugo Phibbs's user avatar
1 vote
0 answers
66 views

I'm trying to install the package "RcppArrayFire" in R v4.3.2. After having gone round in circles following multiple attempts at various possible ways of installing a package in R, I'm ...
Constant P's user avatar
0 votes
1 answer
31 views

I have multiple arrays as separate fields, when I join them together, somehow an specific column gets switched with another column strangely. All columns have proper data on their own, but shuffled ...
Mehran Khazaeizadeh's user avatar
2 votes
2 answers
120 views

I am doing 2D or 3D binary masks around given coordinates and then identifying them as labels with scipy.ndimage.label. Now, I have a cupy solution, a numpy solution. Cupy is fast, numpy is very slow, ...
João Mamede's user avatar
1 vote
0 answers
245 views

I installed the RcppArrayFire R package ( via https://github.com/daqana/rcpparrayfire ) and I am trying to run the following simple example: #include <RcppArrayFire.h> // [[Rcpp::depends(...
E_1996's user avatar
  • 89
0 votes
0 answers
44 views

I am trying to install the C++ library ArrayFire: https://arrayfire.com/ There is an R package for doing this: https://github.com/daqana/rcpparrayfire However, I follow the instructions and install ...
E_1996's user avatar
  • 89
1 vote
1 answer
224 views

I am new to Eigen and looking to learn ArrayFire for GPU acceleration. I would like to implement ArrayFire within my existing Eigen code rather than having to re-code all of my functions. Is there a ...
E_1996's user avatar
  • 89
1 vote
1 answer
89 views

In real world applications we don't want to use a separate window for some plot, is there a way to use a control's DC or a way to use Qt QML as render target for the ArrayFire's Forge library?
Mehran Khazaeizadeh's user avatar
1 vote
0 answers
123 views

I am using the ArrayFire binaries provided by my Linux distro (Artix Linux, i.e. Arch Linux without Systemd). I want to build the examples, and I get linker errors. The library is installed here: > ...
Pietro's user avatar
  • 13.6k
1 vote
0 answers
124 views

I'm trying to perform a convolution and deconvolution using ArrayFire in C++ for an image deblurring application. For testing purposes I have a 5x5 image and a 3x3 kernel. I convolve the image using ...
speca's user avatar
  • 11
1 vote
0 answers
72 views

I am trying to port some Matlab code to c++ using arrayfire. In one place the Matlab code is like: tmp = (R\v0); where R is a 9x9 complex double and v0 is a 9x1 complex double. in my arrayfire the ...
Frank Allen's user avatar
3 votes
1 answer
220 views

I am trying to work with sparse matrices in arrayfire but I am getting an access violation somewhere inside array fire dll. I used several examples but always with the same result. I can see the error ...
Daniel Rohrbach's user avatar

15 30 50 per page
1
2 3 4 5
13