diff --git a/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py b/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py index 606a746650c45..1fef2adaacae8 100644 --- a/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py +++ b/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py @@ -184,16 +184,6 @@ def test_maxpool2d_nhwc( mem_scope="global.vtcm", ) - c_hexagon = allocate_hexagon_array( - hexagon_session.device, - tensor_shape=[N,H,W,C], - axis_separators=[], - dtype="int8", - mem_scope="global.vtcm", - ) - - #breakpoint() - print('AAAAA: a_hexagon.numpy()[0,0,0,0,0,0,0]={}'.format(a_hexagon.numpy()[0,0,0,0,0,0,0])) a_hexagon.copyfrom(a_transformed)