-
I had a construction like
```Rust
loop {
ProQue::builder().build()
}
```
due to me benchmarking a simple prototype function. This crashed when looped too often.
When ran outside valgrin…
-
In https://github.com/openmm/openmm/issues/3937, I was discussing a hypothetical hipSYCL backend for OpenMM. The framework uses JIT compilation extensively, mostly to implement custom force fields (in…
-
Hello,
I've tried to benchmark the performance boost with the following code:
```
rm(list = ls())
currentDevice()
A=matrix(as.double(seq(1,1000.9,by=0.1)),5000,2)
B=matrix(as.double(seq(1,1000…
-
Does anyone have a benchmarks results between tiny-cnn and other SWs like Caffe, Theano, cuDNN etc.
for example for:
1. small networks (where I hope tiny-CNN should be better than others)
2. big netwo…
-
Using the latest `v0.6.2.0` tag, clSPARSE fails to build on Debian testing / unstable with the following error message:
```
clsparse-0.6.2.0/src/library/include/clSPARSE-private.hpp:31:21: fatal erro…
-
This is not an issue, just wanted to report that the conda version of this plugin along with the StreamHPC/openmm fork are working without issue on ROCm 5.0.2 and the the latest stable kernel(5.16.15)…
-
Error occur when "make runtest"
```
OpenCL error -11 on line 244 of /tmp/yaourt-tmp-innnk/aur-clblas/src/clBLAS-2.12/src/library/blas/xgemm.cc
clBuildProgram Failed
err = -11
Error: Failed to bui…
innnk updated
7 years ago
-
Hi,
I tried to overclock my Gtx 1050 ti and it is working stable on games and mining crypto, but for waifu2x, it crashes the program.
-
issue #142 and issue #184 are related to this compilation problem.
Cause: in clblas' "blas-lapack.c" , "cdot" call "cdotusub_" in linux branch.
in lapack-3.6: "cdotusub" is defined in " lapack-…
-
Will KataGo switch over to SENets? Especially when you add in bias terms, they effectively seem to be a generalization of global pooling.