Skip to content

Commit

Permalink
remove mem consuming test case to unblock running ci on lower-end gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwa committed Jan 9, 2024
1 parent eb35896 commit 2a18d70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions orttraining/orttraining/test/gradient/gradient_ops_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2218,12 +2218,6 @@ TEST(GradientUtilsTest, InPlaceAccumulatorV2_GPU) {
{3072, 768},
{4096, 768},
{8192, 768},
{16384, 768},
{32768, 768},
{65536, 768},
{131072, 768},
{250002, 768},
{500004, 768},
};

for (const auto& test_dim : test_dims) {
Expand Down

0 comments on commit 2a18d70

Please sign in to comment.