Skip to content

Commit 1b71726

Browse files
committed
take 2
1 parent 24fb01c commit 1b71726

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/gpuarrays.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import KernelAbstractions: Backend
1111
## execution
1212

1313
@inline function GPUArrays.launch_heuristic(::oneAPIBackend, obj::O, args::Vararg{Any,N};
14-
elements::Int, elements_per_thread::Int) where {O,N}
14+
elements::Int, elements_per_thread::Int) where {O,N}
1515
ndrange = ceil(Int, elements / elements_per_thread)
1616
ndrange, workgroupsize, iterspace, dynamic = KA.launch_config(obj, ndrange,
1717
nothing)

src/oneAPI.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ end
7070
include("broadcast.jl")
7171
include("mapreduce.jl")
7272
include("oneAPIKernels.jl")
73-
import .oneAPIKernels: oneAPIBackend
74-
export oneAPIBackend, KA.launch_config
73+
import .oneAPIKernels: oneAPIBackend, KA.launch_config
74+
export oneAPIBackend
7575

7676
include("gpuarrays.jl")
7777
include("random.jl")

0 commit comments

Comments
 (0)