Ludvig af Klinteberg
Ludvig af Klinteberg
When called from `write_deps_file()`, `locate()` will happily match any library that begins with the same string as the library we are looking for: https://github.com/JuliaPackaging/BinaryProvider.jl/blob/cb403e6e19c5ec130b47cf3d85d8e9530adabd14/src/Products.jl#L158 In my case I was trying...
https://github.com/TRI-ML/packnet-sfm/blob/c03e4bf929f202ff67819340135c53778d36047f/packnet_sfm/models/model_checkpoint.py#L127-L130 This can happen when restarting from a checkpoint.
Now that the library has a CUDA implementation, we should interface it from here.
Related to the FINUFFT.jl issue https://github.com/ludvigak/FINUFFT.jl/issues/61 we have boiled down that the following code causes a crash running on Windows with Julia v1.10.4 and FFTW v1.8.0, but only when explicitly...
Resolves #68 * Tests are tentative pending fix of gpu_method=0 bug * Fix some typos along the way - [x] Remove FIXMEs with `debug=1, gpu_method=1` once cuFINUFFT bug is fixed:...
Strangely, GPU build fails on CUDA 12.5, with failure starting in `thrust/extrema.h` See cufinufft_jll build log: https://buildkite.com/julialang/yggdrasil/builds/13901/canvas I had the same on my local machine before updating to 12.6. Error...
Accept contiguous `SubArray` input/outputs in `nufftndm!` calls, same as guru interface has now.