mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
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:
parent
eb35896ede
commit
7cb8b20db2
1 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue