viable/strict/1788360632: Fix fbcode import of triton_constexpr_configs in inductor test (#195663)
- PyTorch: 427 events in the last 90 days
- PyTorch: 422th Release in the last 90 days
- Previous: earlier the same day · ciflow/xpu/195436
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