Closed roflmaostc closed 3 months ago
So in principle we have used this package with CUDA before but due to recent changes it is somewhat expected that this does not work anymore. The key issue is:
Is CUDA being tested?
The question is: How? As far as I understand it, CUDA can't be run on Github Actions. So if there is any idea, how we can test it, that would be much appreciated. Local tests would of course be a first start to get things working.
Yeah, in my case I usually test them locally.
I invited you to my https://github.com/roflmaostc/RadonKA.jl/blob/main/examples/CT_reconstruction.jl example where it fails, if you want to test it
GPU support has now been implemented and released, though some solver depend on upstream PRs in LinearOperators which have not been merged yet
Hi!
my code is running on CPU but for a
CuArray
it fails:Is CUDA being tested?
Thanks,
Felix