Skip to content

Commit 1be5717

Browse files
committed
reexport all CUDA
1 parent 81611ae commit 1be5717

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FourierFlows.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,11 @@ using
6868
JLD2,
6969
Statistics,
7070
Interpolations,
71-
CUDA,
7271
Reexport,
7372
DocStringExtensions
7473

7574
@reexport using FFTW: fft, ifft, rfft, irfft
76-
@reexport using CUDA: @allowscalar, @disallowscalar, allowscalar
75+
@reexport using CUDA
7776

7877
import Base: resize!, getindex, setindex!, push!, append!, show, summary
7978

0 commit comments

Comments
 (0)