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

trunk/b6b0c8c7c1a3839ba2b36a82db738d4b87e3a282: Cleanup/cuda indexing stale remnants (#189338)

发生了什么

The PR fixes assertion messages that used printf-style specifiers ( %d/%s/%zu/%ld ) inside TORCH_CHECK / TORCH_INTERNAL_ASSERT . It also drops stale remnants in Indexing.cu : two // Lua indices begin at 1 comments (code is 0-based) and a dead, shadowed grad_row decl. Pull Request resolved: #189338 Approved by: https://github.com/jansel

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

为什么在扩散

时间线

  1. PyTorch Releases 最先出现PyTorch Releases

来源