Skip to content

Commit a412d9c

Browse files
authored
fix GPUInterpreter(interp; ...) constructor (#740)
1 parent 1f5dbd7 commit a412d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jlgen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ end
436436

437437
function GPUInterpreter(interp::GPUInterpreter;
438438
world::UInt=interp.world,
439-
method_table_view::Core.MethodTable=interp.method_table_view,
439+
method_table_view::CC.MethodTableView=interp.method_table_view,
440440
token::Any=interp.token,
441441
inf_cache::Vector{CC.InferenceResult}=interp.inf_cache,
442442
inf_params::CC.InferenceParams=interp.inf_params,

0 commit comments

Comments
 (0)