mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
This includes a number of performance improvements, such as threading optimisations and forwarding GEMM calls to GEMV for calls where N=1 or M=1. See: https://github.com/OpenMathLib/OpenBLAS/releases Pull Request resolved: https://github.com/pytorch/pytorch/pull/137263 Approved by: https://github.com/malfet