Skip to content

Commit bf37826

Browse files
committed
tweak
1 parent 8e97be1 commit bf37826

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pocl/backend.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using ..POCL: @device_override, cl, method_table
55
using ..POCL: device, clconvert, clfunction
66

77
import KernelAbstractions as KA
8+
import KA.KernelIntrinsics as KI
89

910
import StaticArrays
1011

@@ -138,8 +139,6 @@ function (obj::KA.Kernel{POCLBackend})(args...; ndrange = nothing, workgroupsize
138139
return nothing
139140
end
140141

141-
const KI = KA.KernelIntrinsics
142-
143142
KI.kiconvert(::POCLBackend, arg) = clconvert(arg)
144143

145144
function KI.kifunction(::POCLBackend, f::F, tt::TT=Tuple{}; name=nothing, kwargs...) where {F,TT}

0 commit comments

Comments
 (0)