You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Test
using YaoAPI
using MLStyle
using YaoLocations
using YaoCompiler
using GPUCompiler
using YaoCompiler.Intrinsics
using CompilerPluginTools
using YaoCompiler.Intrinsics: measure
struct DummyReg <:AbstractRegister{1}end@devicefunctionwhere_is_my_invoke()
1=> X
end
op =where_is_my_invoke()
interp =YaoInterpreter()
ci, type =code_typed(Intrinsics.apply, (DummyReg, typeof(op)); interp)[1]
e.g
on 1.6
on nightly
cc: @vchuravy @femtomc
The text was updated successfully, but these errors were encountered: