Niklas Hackelberg

Results 19 comments of Niklas Hackelberg

Hello, I have stumbled over the (I think) the same underlying issue or at least the same error. Here is a MWE: ```julia julia> using CUDA, LinearOperators julia> N =...

Hello! We've recently made some progress with the points mentioned in this issue. First of we've moved away from a dedicated CUDA package and instead implemented a GPU-vendor-agnostic NFFT-Plan. This...

Oh and we also now have CI for both CUDA and AMDGPUs

Yes, the implementation is finished and will be included in the upcoming release. Only the documentation of the FIR filter is missing and will be added later

I've built a release. If this fix works I can create a new "official" release with the image. I could also preemptively do that if you need access to the...

I vaguely remember having this 2-bit cutoff issue when I implemented the FIR together with @jusack. Have you tried setting the output of the FIR compiler to 18 and then...

@jwahlstrand I've managed to "stop" the error in this PR #100, but I'm not quite sure why it works or if that produces other errors. In my application at least...

I've also added some initial tests that check if the S keyword is correctly handled for the basic constructors and the special operators. I've also found a small bug where...

Hello @dpo, I've restructured the GPU related tests into the GPU folder. The normal CI still executes an S keyword test with JLArrays. The metal test is still only run...

I'll try to fix the test issue over the weekend. W can probably bump the compat to 1.10 since that is the new LTS