Skip to content

Tags: cifkao/pytorch

Tags

ciflow/all/78080

Toggle ciflow/all/78080's commit message
Remove unrelated changes

ciflow/trunk/78451

Toggle ciflow/trunk/78451's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update allowlist_for_publicAPI.json

ciflow/trunk/78449

Toggle ciflow/trunk/78449's commit message
Update on "Fuse row-wise sharded linear matmul to increase perf."

Instead of looping through and performing a matmul separately, we can
just perform a single matmul to ensure we launch a single cuda kernel for this
operation.

Differential Revision: [D36743354](https://our.internmc.facebook.com/intern/diff/D36743354/)

Differential Revision: [D36743354](https://our.internmc.facebook.com/intern/diff/D36743354)

[ghstack-poisoned]

ciflow/trunk/78366

Toggle ciflow/trunk/78366's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'master' of https://github.com/pytorch/pytorch into lagu…

…erre-polynomial-l

ciflow/trunk/74521

Toggle ciflow/trunk/74521's commit message
review comments

ciflow/all/74521

Toggle ciflow/all/74521's commit message
review comments

ciflow/binaries/78032

Toggle ciflow/binaries/78032's commit message
Move THPStorage definitions out of `torch/csrc/generic`

ciflow/all/78032

Toggle ciflow/all/78032's commit message
Move THPStorage definitions out of `torch/csrc/generic`

ciflow/trunk/78401

Toggle ciflow/trunk/78401's commit message
[ROCm] TestGradients: Enable grad and gradgrad

Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com>

ciflow/trunk/78393

Toggle ciflow/trunk/78393's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Shifted Chebyshev polynomial of the second kind