Auto-generated nightly by .github/workflows/nightly.yml. Updates the pinned triton hash to the tip of release/3.8.x. Pull Request resolved: #192864 Approved by: https://github.com/pytorchbot
Not node index. process_subgraph_nodes walks the subgraph with enumerate() and uses that index to read args: for i, node in enumerate(graph_module.graph.nodes): if node.op == "placeholder": V.graph.env[node] = args[i]…
This PR is auto-generated nightly by this action. Update the pinned vllm hash. Pull Request resolved: #193245 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned vllm hash. Pull Request resolved: #193245 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned torchcomms hash. Pull Request resolved: #193246 Approved by: https://github.com/pytorchbot
C++20 provides a contains member function for all associative containers. Prior to C++20, the common pattern to check if an element is a member of a container was to either container.find(key) != container.end() or…
We have C++20 in PyTorch now #176662 Spaceship/Three-way comparison operator automatically generates <, <=, >, >= operator== automatically generates operator!= This reduces a little bit of code. Pull Request resolved:…
Changes since langchain-anthropic==1.5.5 release(anthropic): 1.5.6 (#39622) fix(anthropic): normalize tool_search_tool_result blocks (#39621) fix(anthropic): correct model profile data for Fable 5, Sonnet 5, Opus 4.1…
Update the torch-xpu-ops commit to intel/torch-xpu-ops@9061f2: Add SYCL-based FFT kernel as an alternative to oneMKL FFT Fix TopK AOT compilation issues in subgroup and single-workgroup kernels Trim oneMKL LAPACK…
Bump cuDNN to 9.25.0.15 for CUDA 13.4rc1 wheels (#192843) cuDNN 9.24.0.43 has no fused attention engines for compute capability 10.7, so scaled_dot_product_attention fails on Rubin hardware with RuntimeError: cuDNN…