-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
CUDA.jl 5.2 enforces cuTENSOR 2. Consider the following compat
section:
CUDA = "5.2"
DocStringExtensions = "0.9.3"
LowRankApprox = "0.5.5"
MKL = "0.4.2"
Memoization = "0.2.1"
SparseArrays = "1.9"
TensorCast = "0.4"
TensorOperations = "4"
This results in the following error (SpinGlassTensors is my package which has this problem)
(SpinGlassTensors) pkg> instantiate
Updating registry at `~/.julia/registries/QMZJuliaRegistry`
Updating git-repo `git@github.com:quantumz-io/JuliaRegistry.git`
Updating registry at `~/.julia/registries/General.toml`
ERROR: Unsatisfiable requirements detected for package cuTENSOR [011b41b2]:
cuTENSOR [011b41b2] log:
├─possible versions are: 1.0.0-2.0.0 or uninstalled
├─restricted to versions * by SpinGlassTensors [7584fc6a], leaving only versions: 1.0.0-2.0.0
│ └─SpinGlassTensors [7584fc6a] log:
│ ├─possible versions are: 1.0.0 or uninstalled
│ └─SpinGlassTensors [7584fc6a] is fixed to version 1.0.0
├─restricted by compatibility requirements with CUDA [052768ef] to versions: 2.0.0 or uninstalled, leaving only versions: 2.0.0
│ └─CUDA [052768ef] log:
│ ├─possible versions are: 0.1.0-5.2.0 or uninstalled
│ └─restricted to versions 5.2.0-5 by SpinGlassTensors [7584fc6a], leaving only versions: 5.2.0
│ └─SpinGlassTensors [7584fc6a] log: see above
└─restricted by compatibility requirements with TensorOperations [6aa20fa7] to versions: 1.0.0-1.2.1 or uninstalled — no versions left
└─TensorOperations [6aa20fa7] log:
├─possible versions are: 0.6.1-4.1.0 or uninstalled
└─restricted to versions 4 by SpinGlassTensors [7584fc6a], leaving only versions: 4.0.0-4.1.0
└─SpinGlassTensors [7584fc6a] log: see above
Metadata
Metadata
Assignees
Labels
No labels