-
### Bug Description
I run `make`without any problem, when `make test`:
```
The following tests FAILED:
24 - ModuleTest (Child aborted)
25 - NNSerializationTest (Child aborted)
44 - Decod…
-
### Bug Description
The build process of `flashlight` in docker is done by first [running the `Dockerfile-CUDA-Base` image](https://github.com/facebookresearch/flashlight/blob/master/.circleci/config…
-
Hi, there, since I don't have a CUDA compatible machine, I built Arrayfire without CUDA backend, just cpu backend.
I set backend to cpu in CMakeFile.txt as follows:
set(FLASHLIGHT_BACKEND "CPU" C…
-
### Question
[During the training process, how to save current model params in a file?]
#### Additional Context
[Add any additional information here]
-
I have tried install in Conda prompt:
pip install cucim
ERROR: Could not find a version that satisfies the requirement cucim (from versions: none)
ERROR: No matching distribution found for cucim
…
-
Could someone help me make sense of this issue.
Using ArrayFire 3.7.2 using CUDA (10.2) backend.
Snippet:
```cpp
af::array m_darkRef;
// ...
if (m_darkRef.isempty() == false)
{
avg_d…
lfdmn updated
3 years ago
-
I have a FreeBSD 12.2 with [OpenCL](https://www.freshports.org/devel/opencl) currently. FreeBSD has a Linux binary compatibility layer: https://www.freebsd.org/doc/handbook/linuxemu.html , but I guess…
ghost updated
3 years ago
-
```
using BenchmarkTools
const f32 = 0
jltype(::Val{f32}) = Float32
get_type(i) = jltype(Val{i}())
@benchmark get_type(f32)
```
Is almost hundred times slower with 0.6 (40 ns with v0.5 vs 4 μs …
ghost updated
3 years ago
-
Hello dotnet team,
I have an native DLL which has a function with following signature.
int function(void** ptr)
The Marshalling of int is easy. But the void** drives me crazy. In C++ you simply ini…
-
Hello, [Fedora](http://fedoraproject.org/) is a linux distribution that strives to stay very close to upstream and has a 6 month update cycle so one can find pretty much the latest dev tools on it. It…