← 返回事件
持续讨论AI发版

viable/strict/1789924990: [inductor] Route compile options through backend registrations (#194998)

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源