Home
last modified time | relevance | path

Searched refs:disable_cpp_codegen (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py680 disable_cpp_codegen = False variable
H A Dgraph.py1496 if config.disable_cpp_codegen:
H A Dlowering.py1738 return t.is_cpu and config.disable_cpp_codegen
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_dynamic_shapes.py586 @torch._inductor.config.patch(disable_cpp_codegen=True)