VTA get Error after change LOG_BLOCK_IN and LOG_BLOCK_OUT

Hi,
I need a larger MAC, so change it to 32x32.
“LOG_BLOCK_IN” : 5,
“LOG_BLOCK_OUT” : 5,

After change this, I get Error while I run vta_get_started.py.

Initialize VTACommandHandle…
Traceback (most recent call last):
File “a.py”, line 387, in
np.testing.assert_equal(C_ref, C_nd.asnumpy())
File “/home/paladinw/anaconda3/lib/python3.6/site-packages/numpy/testing/_private/utils.py”, line 348, in assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File “/home/paladinw/anaconda3/lib/python3.6/site-packages/numpy/testing/_private/utils.py”, line 904, in assert_array_equal
verbose=verbose, header=‘Arrays are not equal’)
File “/home/paladinw/anaconda3/lib/python3.6/site-packages/numpy/testing/_private/utils.py”, line 827, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal

Mismatch: 49.9%
Max absolute difference: 127
Max relative difference: nan
x: array([[[[-102, -58, -118, …, 105, -76, 28]],

    [[  72, -124,  -76, ...,   37,  118,  -80]],...

y: array([[[[-102, -58, -118, …, 105, -76, 28]],

    [[  72, -124,  -76, ...,   37,  118,  -80]],...

Close VTACommandhandle…

Any other config need to update while use 32x32 MAC? Thanks.