← Back to events
ActiveAIRelease

viable/strict/1788360632: Fix fbcode import of triton_constexpr_configs in inductor test (#195663)

What happened

Forward fix for D117882973 ( #189692 ), which broke fbcode//caffe2/test/inductor:codegen_triton at listing time. That diff added a new helper module triton_constexpr_configs.py next to test_codegen_triton.py and imported it with two OSS-only fallbacks: try: from triton_constexpr_configs import ... # test/inductor on sys.path except ImportError: from test.inductor.triton_constexpr_configs import ... # pytorch repo ro…

Summary assembled by rule from the sources below

Why it's spreading

Sources