-
ArrayFire is a general-purpose library for developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.
Repository: …
-
Not sure if this is a bug of conda. But I need help.
## Current Behavior
I can't import because of an Intel mkl error that the symbol `_mkl_serv_inspector_loaded` is not found.
### Ste…
-
It seems that arrayfire with the CUDA backend cannot perform convoutions with a 1 x n kernel, when n is between 5 and 18.
This code snippet should demonstrate the issue:
```c++
#include
#inclu…
-
My current build failed with the error
```
make[2]: *** No rule to make target 'MKL_ThreadingLibrary_LINK_LIBRARY-NOTFOUND', needed by 'src/api/unified/libaf.so.3.6.1'. Stop.
```
Any idea ?
-
pulling the new master, results in a few errors.
Description
===========
When pulling the new master version of arrayfire (3.9), git displayed a few errors during the update. Later this produced…
-
Hi. Is there a less painful method to install FL? I have MKL and successfully built ArrayFire with MKL (CUDA+CPU versions). However, while building with vcpkg in Ubuntu 16:
```
turgut@ubuntu:~$ ./vc…
-
### Bug Description
[A clear, concise description of the bug]
#### Reproduction Steps
cmake .. -DCMAKE_BUILD_TYPE=Release -DFL_BUILD_TESTS=OFF -DFL_BUILD_EXAMPLES=OFF -DFL_BUILD_APP_IMGCLASS=OFF…
-
OOM when running this simple loop using the OpenCL backend
```
for (int i = 0; i < 1e6; ++i) {
std::vector v;
for (int j = 0; j < 1e5; ++j) {
v.push_back(af::randu(1000));
…
-
Hi. Let me first thank you for open sourcing such a great project
I have installed arrayfire on Ubuntu using the installer files. I can see that it supports CPU, CUDA, and OPENCL. But the CPU back…
-
Hi. After successful installation of ArrayFire in Ubuntu 16 (with CUDA+CPU) when execute:
```
#include
#include
#include
using namespace af;
int main(int argc, char* argv[]) {
try …