Skip to content

Commit

Permalink
create extension modules
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Mar 13, 2024
1 parent b7ebd0b commit efd155a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/ParallelStencil_AMDGPUExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module ParallelStencil_AMDGPUExt
include(joinpath(@__DIR__, "..", "src", "ParallelKernel", "AMDGPUExt", "shared.jl"))
include(joinpath(@__DIR__, "..", "src", "ParallelKernel", "AMDGPUExt", "allocators.jl"))
end
4 changes: 4 additions & 0 deletions ext/ParallelStencil_CUDAExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module ParallelStencil_CUDAExt
include(joinpath(@__DIR__, "..", "src", "ParallelKernel", "CUDAExt", "shared.jl"))
include(joinpath(@__DIR__, "..", "src", "ParallelKernel", "CUDAExt", "allocators.jl"))
end

0 comments on commit efd155a

Please sign in to comment.