Remove mem consuming test case to unblock running ci on lower-end gpu (#19059)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
pengwa 2024-01-09 20:05:34 +08:00 committed by GitHub
parent eb35896ede
commit 7cb8b20db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {