TILens turns technical updates into a focused daily brief: official releases,
trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Follow-up to the recent typo-fix passes, covering comments and docstrings under torch/ that were missed: subject-verb agreement, misspellings such as "decret"/"cames"/"3th", its/it's and lose/loss confusions, "Pytorch"…
This PR adds a regression test for the scan Autograd correctness bug reported in #153679. The reported problem was ultimately an Inductor-only issue that surfaced through scan: backward donated-buffer indices are…
This PR adds a regression test for the scan Autograd correctness bug reported in #153679. The reported problem was ultimately an Inductor-only issue that surfaced through scan: backward donated-buffer indices are…
The checked-in file is two lines saying the real content is generated by cmake. It is: cmake/Codegen.cmake:47 writes it to ${CMAKE_BINARY_DIR}, build.bzl:16 to the Bazel output tree, and only the generated one is…
Impact: CI only (single flex_attention FLASH test) Risk: low What Broaden the assertRaisesRegex in test_captured_float_fails_with_dynamic to accept either of the two valid rejection messages a captured Python float can…
Impact: CI only (single flex_attention FLASH test) Risk: low What Broaden the assertRaisesRegex in test_captured_float_fails_with_dynamic to accept either of the two valid rejection messages a captured Python float can…
This PR is auto-generated nightly by this action. Update the pinned vision hash. Pull Request resolved: #194006 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned torchcomms hash. Pull Request resolved: #194475 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned vllm hash. Pull Request resolved: #194476 Approved by: https://github.com/pytorchbot
Sweep of pre-existing grammatical slips in comments and docstrings across inductor, the JIT frontend/passes/runtime, the C++ data API, FX, export, and the headeronly float8 helpers. Most are missing or misplaced…
Sweep of pre-existing grammatical slips in comments and docstrings across inductor, the JIT frontend/passes/runtime, the C++ data API, FX, export, and the headeronly float8 helpers. Most are missing or misplaced…
Sweep of small grammatical corrections across READMEs, tutorials, and Python docstrings under torch/: subject-verb agreement in docstring summary lines (Average ... and returns -> and return), possessive and plural…
Corrects subject-verb agreement, past-participle forms ("ran" -> "run"), and a few wrong words ("Mobile" -> "Module", "pickable" -> "picklable", "number elements" -> "number of elements") across comments and docstrings.…
This reverts commit 0fa7965. Reverted #194230 on behalf of https://github.com/jeanschmidt due to Seems that lots of internal code still depends on this header, removing it will require a bit of internal coordination,…
This reverts commit 0fa7965. Reverted #194230 on behalf of https://github.com/jeanschmidt due to Seems that lots of internal code still depends on this header, removing it will require a bit of internal coordination,…