viable/strict/1789924990: [inductor] Route compile options through backend registrations (#194998)
- PyTorch 近 90 天出现 1276 次
- PyTorch 近 90 天第 1262 次发版
- 上一次:同一天稍早 · viable/strict/1789907641
发生了什么
Motivation Inductor backends can register a backend-owned ConfigModule through register_backend_for_device(device_custom_config=...) , but values from that module cannot currently be supplied through torch.compile(options=...) . Proposal Allow backend config values to be addressed as " . " compile options: register_backend_for_device ( "my_device" , MyScheduling , MyWrapperCodegen , MyCppWrapperCodegen , device_cust…
摘要按规则整理自下方来源原文