trunk/f105ddc6ee7d644951aae86d7c9e2265934b5159: [dynamo] Preserve binding for nonstandard C method descriptors (#194556)
- PyTorch 近 90 天出现 118 次
- PyTorch 近 90 天第 117 次发版
- 上一次:同一天稍早 · trunk/4da29b0e1cecd7e498243246118bdb19bd6f0c7c
发生了什么
Problem In the next Triton release for 3.9, migration from pybind11 to nanobind in triton-lang/triton#10283 will change how C++ methods such as ir.builder.set_loc are represented in Python. With nanobind, the following program works eagerly but fails under torch.compile : import torch from triton . _C . libtriton import ir context = ir . context () ir . load_dialects ( context ) builder = ir . builder ( context ) de…
摘要按规则整理自下方来源原文