Filip Matzner
Filip Matzner
Nice catch, that was a tricky one, thanks! Let's hope the PR will get a review from one of the maintainers soon.
Seems to be fixed in 3.9.0 indeed, thanks for testing!
Try to compile your program using `g++` instead of `gcc`. The former links slightly different libraries by default.
Hi @svenstaro, it seems to build fine with spdlog 1.13 (now in Arch repo). However, you still need #3541 and #3521 to build successfully (and to be compatible with CUDA...
@svenstaro oh, we can do _that_, now :slightly_smiling_face: https://gitlab.archlinux.org/archlinux/packaging/packages/arrayfire/-/merge_requests/1
The PR fixes #3506 for me and the code seems reasonable. If @errata-c fixes the formatting according to [clang-format](https://github.com/arrayfire/arrayfire/blob/master/src/.clang-format), can it be merged?
Sorry, it is a typo when copying the example, the `state` is the `input` (it is called `state` in the original program). Yes, the function unlocks the `input` and it...
Hi @syurkevi , I believe I found the source of the issue. I noticed that the issue only arises when there are multiple GPUs in the system. In single-gpu systems,...