tlopex opened a new pull request, #19747: URL: https://github.com/apache/tvm/pull/19747
The test_hexagon directory is not enrolled in CI and has drifted out of sync with the codebase: - Delete test_fixed_point_conversion.py: it imports tvm.topi.hexagon.utils, but the tvm.topi.hexagon module (including get_fixed_point_value under test) no longer exists in the source tree. - Delete test_2d_physical_buffers.py: its ir_module fixture was removed in #17665 (Feb 2025), leaving all 36 tests erroring at setup with "fixture 'ir_module' not found" ever since. - Fix test_take.py: drop the stale exec_mode="compiled" argument that tvm.compile no longer accepts. Both tests in the file pass again (llvm host target, no Hexagon hardware required). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
