-
Notifications
You must be signed in to change notification settings - Fork 128
Description
I am experiencing compatibility issues between ITensors.jl and CUDA.jl when using the latest CUDA.jl version (v5.7.1). Here is the behavior I observed:
When I update CUDA.jl to v5.7.1((the latest version ), ITensors.jl is downgraded to v0.7.13, and ITensorMPS.jl is downgraded to v0.3.6.
If I try to upgrade ITensorMPS.jl to v0.3.16 or ITensors.jl to v0.9.0, then CUDA.jl is downgraded to v5.5.2 instead.
This prevents me from using the latest features of both ITensors.jl and CUDA.jl simultaneously. Could you clarify whether there are plans to support CUDA.jl v5.7.1 in the latest versions of ITensors.jl and ITensorMPS.jl?
My environment:
OS: Manjaro Linux
Julia version: 1.11.4
CUDA.jl version: v5.7.1 (before downgrade)
ITensors.jl version: v0.9.0 (before downgrade)
ITensorMPS.jl version: v0.3.16 (before downgrade)
Let me know if you need additional information. Thanks!