viable/strict/1788360632: Fix fbcode import of triton_constexpr_configs in inductor test (#195663)
- PyTorch 近 90 天出现 428 次
- PyTorch 近 90 天第 423 次发版
- 上一次:同一天稍早 · ciflow/xpu/195436
发生了什么
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…
摘要按规则整理自下方来源原文