Skip to content

Commit 20136a7

Browse files
authored
Merge pull request #278 from FourierFlows/ncc/gpu-functionality-info
Display info about loading GPU-related methods
2 parents 8446844 + 97e9c5b commit 20136a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FourierFlows.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ include("diffusion.jl")
113113

114114
# CUDA functionality
115115
if CUDA.has_cuda()
116+
@info "GPU functionality for FourierFlows is loaded"
116117
include("CuFourierFlows.jl")
117118
end
118119

0 commit comments

Comments
 (0)