@@ -148,7 +148,7 @@ class TestTilerExtension:
148148 "./Tests/Models/CNN_Linear2" ,
149149 "./Tests/Models/CNN_Linear1" ,
150150 "./Tests/Kernels/Integer/MatMul/Regular" ,
151- "./Tests/Kernels/Integer/MaxPool" ,
151+ "./Tests/Kernels/Integer/MaxPool/Regular_2D " ,
152152 ])
153153 def test_tiler_basic (self , test_path ):
154154 """Test that tiler can process various networks without L1 constraints."""
@@ -171,7 +171,7 @@ def test_tiler_basic(self, test_path):
171171 "./Tests/Models/CNN_Linear2" ,
172172 "./Tests/Models/CNN_Linear1" ,
173173 "./Tests/Kernels/Integer/MatMul/Regular" ,
174- "./Tests/Kernels/Integer/MaxPool" ,
174+ "./Tests/Kernels/Integer/MaxPool/Regular_2D " ,
175175 ])
176176 def test_tiler_constrained_should_fail (self , test_path ):
177177 """Test that tiler correctly fails when L1 memory is too small."""
@@ -200,7 +200,7 @@ def test_tiler_constrained_should_fail(self, test_path):
200200 "./Tests/Models/miniMobileNet" ,
201201 "./Tests/Models/miniMobileNetv2" ,
202202 "./Tests/Kernels/Integer/MatMul/Regular" ,
203- "./Tests/Kernels/Integer/MaxPool" ,
203+ "./Tests/Kernels/Integer/MaxPool/Regular_2D " ,
204204 ])
205205 def test_tiler_double_buffer (self , test_path ):
206206 """Test tiler with double buffering enabled."""
0 commit comments