JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
371 stars 35 forks source link

Cassette and AbstractInterpeter #195

Open vchuravy opened 2 years ago

vchuravy commented 2 years ago

I think we have a case where Cassette is executing inside of an AbsInt (GPUCompiler) and then side-steps it custom MethodOverlay table.

https://github.com/JuliaLabs/Cassette.jl/blob/817dc94c5df9efbfeac83d30d9943361f585656c/src/overdub.jl#L105

cc: @aviatesk @maleadt