Pierre-Antoine Comby

Results 16 comments of Pierre-Antoine Comby

Creating a self hosting runner is pretty easy [^1], choosing who is going to pay for it and the associated MATLAB license is harder (short answer: not me) . Then...

Let me try, but the issue I mentioned in the opening post does not really give hope 😕

So the CI should now pass, as the MATLAB solver is not run if we can't find a matlab installation. If a dedicated runner can be set up that would...

The CI/testing is also one of my main concern, Turns out that there is https://github.com/matlab-actions Which does most of the heavy lifting, I will propose a draft PR soon to...

Yes ! ```emacs-lisp (defvar pytest-local-transient nil "Local transient options for pytest") (transient-define-prefix python-pytest-dispatch () "Show popup for running pytest." :man-page "pytest" :incompatible '(("--exitfirst" "--maxfail=")) :value '("--color") ["Output" [("-c" "color" "--color")...

Hi, here is the output: ``` [0. 0. 0. 0. 0. 0.] [0. 1. 1. 1. 1. 1.] [2024-01-09 15:37:05][cusolverDn][71800][Api][cusolverDnCreate] handle=0x7ffda10a49f8 [2024-01-09 15:37:05][cusolverDn][71800][Api][cusolverDnSetStream] handle=0x5612fc1cac10 streamId=0x0 [2024-01-09 15:37:05][cusolverDn][71800][Api][cusolverDnDgesvd_bufferSize] handle=0x5612fc1cac10 jm=1000 n=100...

Hi again, I have updated to cupy 13 (and still using cuda 11.8). The bug can still be reproduced in this version.

Hi, I have the same problem. I also want to disable FFT setup for the computation of density compensation. I am using CUDA 11.0 and cupy on my end, but...

Hello there, more pragmatically, the exposed API can consist of a new argument/ flags in the (cu)finufft plan struct (e.g., `spreadinterp_only`) that tells that this plan (be it type 1...

Hi, The core of my work relies on [mind-inria/mri-nufft](https://github.com/mind-inria/mri-nufft), where we provide interfaces for all the NUFFT librairies out there, including (cu)finufft, which is the most stable/actively maintained/fastest. In MRI...