Mark Bates
Mark Bates
Hi, I rebuilt the code freshly this morning, with and without CUBLAS enabled. I don't get the error message you're seeing. I'm using CUDA 11.4 and driver version 471.41 on...
I would recommend trying this with CUDA 11.4 to see if the problem still exists. When Nvidia changes the naming convention of the cublas DLLs, it can break the build...
Hi Jim, This is a good idea, and thanks for the initiative. I am not fully up to speed with Github actions, but I've done some reading and my current...
hi Jakub. You should be able to use any of CUDA toolkit 8.0 - 11.3. I'm assuming you don't have an Nvidia graphics driver on your Mac, so there should...
Hi, Sorry for the late response. Yes, debugging is going to be easiest in Cpufit, and this will let you test whether your expressions for the fit functions and derivatives...
Hi. Fitting data that is already stored in the GPU memory is already implemented in Gpufit. The docs are here: https://gpufit.readthedocs.io/en/latest/gpufit_api.html#gpufit-cuda-interface . As you found out, when working with Python,...
Hi, as mentioned, this problem was introduced in the recent commits. We will work on fixing it. Thanks for raising the issue.
Thanks for your comments. Cpufit uses the same algorithm as Gpufit. It was created for testing, debugging, and benchmarking purposes. We didn’t envision the Cpufit package being used as a...
Thanks for reporting this issue. Could you please provide some additional info regarding which OS, and which hardware you are using? Thanks