Skip to content

Commit

Permalink
make CUDAKernels dep implicit with CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl authored Jun 16, 2023
1 parent 6ce4310 commit 9e3b5d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19"
BitInformation = "de688a37-743e-4ac2-a6f0-bd62414d1aa7"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -35,7 +34,6 @@ Adapt = "3"
AssociatedLegendrePolynomials = "1"
BitInformation = "0.6"
CUDA = "3, 4"
CUDAKernels = "0.3, 0.4"
CodecZlib = "0.7"
DocStringExtensions = "0.9"
FFTW = "1"
Expand Down
3 changes: 1 addition & 2 deletions src/SpeedyWeather.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import LinearAlgebra: LinearAlgebra, Diagonal
import Base.Threads: Threads, @threads
import FLoops: FLoops, @floop
import KernelAbstractions
import CUDA
import CUDAKernels
import CUDA: CUDA, CUDAKernels
import Adapt: Adapt, adapt, adapt_structure

# INPUT OUTPUT
Expand Down

0 comments on commit 9e3b5d8

Please sign in to comment.