Skip to content

Commit e4ea6f1

Browse files
committed
Remove outdated comments
1 parent 94b845b commit e4ea6f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

onnxruntime/test/providers/cpu/tensor/pad_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,9 +1391,6 @@ TEST(PadOpTest, Pad_Wrap_NegativeFront_PositiveBack) {
13911391
// Post-slice core: [4]; wrap 3 -> [4, 4, 4, 4]
13921392
const std::vector<float> expected_data = {4, 4, 4, 4};
13931393

1394-
// CUDA registers only up to 18 and does not impl wrap mode
1395-
// so we force version to 19 to automatically exclude EPs that do not
1396-
// implement wrap mode similar to the above tests.
13971394
OpTester test("Pad", 19);
13981395
test.AddInput<float>("data", input_shape, input_data);
13991396
test.AddInput<int64_t>("pads", {static_cast<int64_t>(pads.size())}, pads, true);

0 commit comments

Comments
 (0)