Zarko Asen
Zarko Asen
Hmm seems that the C interface does give problems when used in multiple threads at once. I'll let you know as soon as I have something. It happens with LINCOA....
My own, score, function crashes when the parameter is out of bounds. I would like to prevent that and used bounds checking inside the objective function but would prefer for...
That would be great, thanks. I use PrimaC - the C interface to the Fortran library in a multithreaded C++ project (G++ 13).
Hi, Zaikun I found the bug yesterday, sorry for the delayed response and it was in my code, not in yours. I apologize for alarming you for no reason. I...
Hi, Zaikun I found the bug yesterday, sorry for the delayed response and it was in my code, not in yours. I apologize for alarming you for no reason. I...
No, I just don't use KBlas. regards, Zarko Asen ***@***.*** On Mon, Jun 23, 2025 at 8:14 PM Tian Yang ***@***.***> wrote: > *AlpacaMax* left a comment (ecrc/kblas-gpu#27) > >...
I think they stopped updating the project for the newest CUDA versions, so I switched to using Cublas. regards, Zarko Asen ***@***.*** On Mon, Jun 23, 2025 at 10:15 PM...
Version: cat VERSION.txt 4.6.0.99 Last commit: commit e7c6c4371b5d725902a09a80b4d6c36e432a4381 (HEAD -> master, origin/master, origin/HEAD) Author: Nick Miller Date: Fri Jun 20 20:59:13 2025 -0700 [ci] [R-package] Add period after specified linter...
Another issue I noticed in the same context as above, is that when I set device_type=gpu and gpu_device_id=X the program always uses the first GPU out of 4 available on...