We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GPUInterpreter(interp; ...)
1 parent 1f5dbd7 commit a412d9cCopy full SHA for a412d9c
src/jlgen.jl
@@ -436,7 +436,7 @@ end
436
437
function GPUInterpreter(interp::GPUInterpreter;
438
world::UInt=interp.world,
439
- method_table_view::Core.MethodTable=interp.method_table_view,
+ method_table_view::CC.MethodTableView=interp.method_table_view,
440
token::Any=interp.token,
441
inf_cache::Vector{CC.InferenceResult}=interp.inf_cache,
442
inf_params::CC.InferenceParams=interp.inf_params,
0 commit comments