elvin-n opened a new pull request #8981:
URL: https://github.com/apache/tvm/pull/8981


   Fixed below tests:
   ```
   FAILED 
tests/python/relay/aot/test_crt_aot.py::test_memory_planning[8-10368-15392]
   FAILED 
tests/python/relay/aot/test_crt_aot.py::test_memory_planning[16-10368-15424]
   FAILED 
tests/python/relay/aot/test_crt_aot.py::test_memory_planning[256-10752-17664]
   ```
   
   Root cause: after adding of big number x86 cpu from LLVM to topi logic and 
the change of the `get_simd_32bit_lanes()` logic to return default SIMD size to 
128bit value, the tests appeared after creation of int8 AVX2 PR and which 
passed with previous default value started to fail after int8 AVX2 merge
   
   The 128 is a correct value for ARM, need to change the test, not the default 
value in get_simd_32bit_lanes()


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to