Skip to content

Commit

Permalink
allow CUDA 4
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Apr 3, 2023
1 parent 1334fae commit 434dbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ CMBLensingPythonPlotExt = "PythonPlot"
[compat]
AbstractFFTs = "0.5, 1"
Adapt = "1.0.1, 2, 3"
CUDA = "3.4"
CUDAKernels = "0.3.3, 0.4"
CUDA = "3.4, 4"
# CUDAKernels = "0.3.3, 0.4"
ChainRules = "1.5"
CodecZlib = "0.7"
Combinatorics = "1"
Expand All @@ -117,7 +117,7 @@ Interpolations = "0.12.8, 0.13, 0.14"
IterTools = "1.3"
JLD2 = "0.4.30"
KahanSummation = "0.1, 0.2"
KernelAbstractions = "0.7.3, 0.8"
# KernelAbstractions = "0.7.3, 0.8"
Lazy = "0.13.2, 0.14, 0.15"
Loess = "0.5"
MacroTools = "0.5"
Expand Down

0 comments on commit 434dbf6

Please sign in to comment.