GitHub
7 articles in the TruthFoundry index. Each links out to the original.
- PyTorch fixes flaky test for captured float rejection messages · PyTorch developers updated a test to accept two valid error messages for dynamic float handling.
- PyTorch Fixes Grammar in Code Comments and Docstrings · PyTorch developers resolved a pull request to correct grammatical errors in comments and docstrings without altering functionality.
- PyTorch Reverts Removal of Caffe2 Macros Header Due to Internal Dependencies · PyTorch maintainers reverted a commit removing a Caffe2 header file because internal code still depends on it.
- PyTorch Reverts Timer Header Removal Due to Internal Dependencies · PyTorch developers reverted a commit removing timer.h because internal systems still depend on the header.
- PyTorch Adds min/max Range Support to Dynamic Marking · PyTorch developers added min/max kwargs to torch._dynamo.maybe_mark_dynamic to allow initial dimension ranges.
- PyTorch Removes Unused BiasType Parameter from FP8 GEMM Implementation · PyTorch developers removed an unused BiasType parameter from the FP8 GEMM implementation to clean up the codebase.
- PyTorch removes unused string_utils from viable/strict branch · A pull request removes unused string_utils code from three PyTorch binaries.