Skip to content

Commit

Permalink
create extension modules
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Jan 17, 2024
1 parent 6c148c0 commit d4da7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/ImplicitGlobalGrid_AMDGPUExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module ImplicitGlobalGrid_AMDGPUExt
include(joinpath(@__DIR__, "..", "src", "AMDGPUExt", "update_halo.jl"))
end
3 changes: 3 additions & 0 deletions ext/ImplicitGlobalGrid_CUDAExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module ImplicitGlobalGrid_CUDAExt
include(joinpath(@__DIR__, "..", "src", "CUDAExt", "update_halo.jl"))
end

0 comments on commit d4da7bf

Please sign in to comment.