tlopex opened a new pull request, #19600: URL: https://github.com/apache/tvm/pull/19600
This PR adds `tests/python/tirx` to the general Python unittest CI. Previously, `task_python_unittest.sh` only ran: - `tests/python/tirx-analysis` - `tests/python/tirx-base` - `tests/python/tirx-transform` but did not run the TIRX DSL/operator/codegen tests under `tests/python/tirx`. This PR adds `tirx` to `TEST_FILES` and marks CUDA-only TIRX tests with `requires_cuda`, so CPU CI can run the full directory while skipping CUDA-only cases. It also adds compute capability guards for Hopper/Blackwell/TMA/TCGEN-specific tests to avoid running them on unsupported GPU architectures. -- 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]
