This PR is auto-generated nightly by this action. Update the pinned torchcomms hash. Pull Request resolved: #195084 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned torchtitan hash. Pull Request resolved: #194670 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned vision hash. Pull Request resolved: #195085 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned vllm hash. Pull Request resolved: #194967 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Updates the Metamates merge rule with active team members. Pull Request resolved: #195237 Approved by: https://github.com/pytorchbot
ggml: allow passing alloc dependencies in graph_optimize (#27301) ggml: allow passing alloc dependencies in graph_optimize add alloc dep tests add TODO about using flat array Website: https://llama.app Attestations:…
Summary Adds a dedicated CUDA backward kernel for avg_pool2d when the pooling windows tile the input exactly (stride == kernel_size, no padding, no ceil_mode) -- the common downsampling case such as avg_pool2d(2, 2). In…
Summary Adds a dedicated CUDA backward kernel for avg_pool2d when the pooling windows tile the input exactly (stride == kernel_size, no padding, no ceil_mode) -- the common downsampling case such as avg_pool2d(2, 2). In…
When a dispatch/combine tensor is backed by NCCLSymmetricMemory registered under the process group's name, address it via the registered ncclWindow + offset (RDMA zero-copy path) instead of a plain device pointer,…