-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
high prioritymodule: fakeTensormodule: pt2-dispatcherPT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,PT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,oncall: pt2triage review
Description
FakeTensorUpdater
expects graphs where all callable nodes can be called with FakeTensor
. It appears that there is a class of functions with the attribute _inductor_lowering_function
set that explicitly expect IRNode
inputs, but can appear in graphs passed to FakeTensorUpdater
. This should be looked into, since we can't update these nodes appropriately (possibly leading to silent incorrectness). See #159523 (comment) for additional context.
cc @ezyang @gchanan @zou3519 @kadeng @msaroufim @chauhang @penguinwu @eellison @bdhirsh
Metadata
Metadata
Assignees
Labels
high prioritymodule: fakeTensormodule: pt2-dispatcherPT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,PT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,oncall: pt2triage review