-
Notifications
You must be signed in to change notification settings - Fork 4
Cannot instantiate GNSSReceiver
due to Unsatisfiable requirements detected for package CUDA [052768df]
#38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is extra strange, because if I clone |
] add GNSSReceiver
on a machine which does not support CUDA (i.e. those with AMD GPUs)GNSSReceiver
due to Unsatisfiable requirements detected for package CUDA [052768df]
This seems to be some sort of compatibility issue, but it might be due to |
I'm sorry for the bad experience. That being sad, I'd like to update GNSSReceiver with latest changes in Tracking.jl soon ;) |
Ah good point, I didn't even think to try this with a version of Julia besides 1.11, I just have If I can figure out a solution, I'll make a PR 😁 |
I can confirm that |
@zsoerenm, could you elaborate on what changes are necessary? |
Due to the transient dependency on
CUDA.jl
viaTracking.jl
, I cannot addGNSSReceiver.jl
on my machine, as it has an AMD GPU.Additionally,
Tracking.jl
's readme indicates that the GPU implementation is not as performant as the CPU implementation, which to me indicates it's an experimental feature. It would be very helpful if theCUDA.jl
dependency could be changed to an optional dependency, so that those of us without Nvidia GPUs can still use this package.The text was updated successfully, but these errors were encountered: