Commits
Branch selector
User selector
Commit history
Commits on May 11, 2026
Remove duplicate log1p function declarations (#1566)
Show description for 2c051b9authored
Commits on May 7, 2026
Update release notes (#1565)
Show description for c20b6a1andauthored
Commits on May 6, 2026
Add support for torch.export exported models (#1499)
Show description for 68b9891authored
Commits on May 4, 2026
Use boolean return values in native code instead of integers (#1537)
Show description for ece38b6andauthored- authored
Replace deprecated libtorch APIs with torch::linalg equivalents (#1528)
Show description for d93c6abauthoredFix hfftn/ihfftn passing garbage dim values when dim is null (#1563)
Show description for eac4c5bandauthoredAdd approximate parameter to GELU activation function (#1548)
Show description for 835e4d8andauthored
Commits on Apr 30, 2026
Add Tensor.to_sparse() API for sparse COO tensor conversion (#1525)
Show description for fe77557authored
Commits on Apr 28, 2026
Add Windows ARM64 CPU support for TorchSharp (#1549)
Show description for 52ad26aauthored
Commits on Apr 22, 2026
Expose Storage.data_ptr() as public API (#1554)
Show description for 08fd1fdauthored
Commits on Apr 10, 2026
Add support for bfloat16 type (#1544)
Show description for 3aa8fc7andauthored
Commits on Apr 7, 2026
Fix/remove ubuntu 2004 eol (#1553)
Show description for e5c7da2authored
Commits on Mar 20, 2026
Update CI pipeline from Ubuntu 20.04 (EOL) to Ubuntu 26.04 (#1552)
Show description for b2a2f20andauthored
Commits on Mar 3, 2026
Fix affine() IndexError with boolean mask indexing (#1502) (#1547)
Show description for 5782540andauthored
Commits on Feb 24, 2026
Fix releasenotes (#1543)
Show description for 297f8cbandauthoredAdd QInt8, QUInt8, QInt32 quantized scalar types with full quantizati… (#1531)
Show description for ee6ea6dandauthored
Commits on Feb 18, 2026
Upgrade target framework from .NET 6 to .NET 8 (#1526)
Show description for 38988a2andauthored
Commits on Feb 17, 2026
Move null checking to compiler-side using nullable annotations (#1530)
Show description for c79ac52authoredAdd missing in-place tensor operations (#1529)
Show description for 8775d58andauthoredFix modules ignoring default device when created via native P/Invoke (#1438) (#1536)
Show description for 6d49cdcandauthoredfix: correct YAML indentation in update-releasenotes workflow (#1540)
Show description for bd0de70andauthored
Commits on Feb 16, 2026
fix: rename and fix update-releasenotes workflow (#1534)
Show description for 80291c7andauthored
Commits on Feb 13, 2026
Fix flaky TestLoadJIT_3 by relaxing allclose tolerances (#1527)
Show description for 9443469authoredAutomate release notes (#1523)
Show description for a2a3659authoredUpgrade Libtorch backend to 2.10 (#1522)
Show description for bdc2bcbauthoredAdd ReadOnlySpan overloads to many methods (#1503)
Show description for 377db7bauthored
Commits on Feb 12, 2026
Fix torch.jit.ScriptModule.zero_grad. (#1478)
Show description for 0d31fbfandauthored
Commits on Feb 11, 2026
Make torchvision.io.read_image{,_async} and torchvision.io.read_async allow subsequent opening of the file for reading (#1495)
Show description for 31e4769andauthoredRemove invalid P/Invoke methods (#1508)
Show description for 57764e9authoredFix THSJIT_TensorType_sizes signature (#1512)
Show description for d422728authoredSupport VS 2026 in build.cmd (#1510)
Show description for 8c2ebeaauthored- authored