Skip to content

Commit

Permalink
Move CL wrappers to subfolder.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Sep 11, 2024
1 parent 8945b2e commit 8a76c69
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/api.jl → lib/cl/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function retry_reclaim(f, isfailed)
ret
end

include("../lib/libopencl.jl")
include("libopencl.jl")

# lazy initialization
const initialized = Ref{Bool}(false)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/OpenCL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using SPIRV_LLVM_Translator_unified_jll
using Adapt

# library wrappers
include("../lib/CL.jl")
include("../lib/cl/CL.jl")
using .cl
export cl

Expand Down

0 comments on commit 8a76c69

Please sign in to comment.