Skip to content

Commit

Permalink
Re-enable backward_adagrad_test on Nova (pytorch#3107)
Browse files Browse the repository at this point in the history
Summary:
as titled

Pull Request resolved: pytorch#3107

Reviewed By: q10

Differential Revision: D62449088

fbshipit-source-id: e8988da7476c7682b0100685226298ac44f1f7e3
  • Loading branch information
spcyppt authored and facebook-github-bot committed Sep 11, 2024
1 parent a8ae5e0 commit 08b1965
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/scripts/fbgemm_gpu_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ __configure_fbgemm_gpu_test_cuda () {
ignored_tests=(
)

# Temporay skip test to unblock 12.1 release on Nova while debugging the fix
# skip backward_adagrad_test because it takes the longest, ~ 3 mins, which is enough
if [ "$BUILD_FROM_NOVA" == 1 ] && [ "$CU_VERSION" == "cu121" ]; then
ignored_tests=(
./tbe/training/backward_adagrad_test.py
)
fi
}

__configure_fbgemm_gpu_test_rocm () {
Expand Down

0 comments on commit 08b1965

Please sign in to comment.