Unverified Commit fe742aef authored by Richard Zou's avatar Richard Zou Committed by GitHub
Browse files

[easy] Pass compile_fx only the config patches (#16845)


Signed-off-by: default avatarrzou <zou3519@gmail.com>
parent 4b07d368
......@@ -167,8 +167,7 @@ class InductorAdaptor(CompilerInterface):
compiler_config: Dict[str, Any],
runtime_shape: Optional[int] = None
) -> Tuple[Optional[Callable], Optional[Any]]:
from torch._inductor import config
current_config = config.get_config_copy()
current_config = {}
from torch._inductor.compile_fx import compile_fx
# disable remote cache
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment