tqchen commented on code in PR #19777: URL: https://github.com/apache/tvm/pull/19777#discussion_r3413312244
########## pyproject.toml: ########## @@ -161,11 +161,44 @@ python_files = ["test_*.py", "*_test.py"] python_classes = ["Test*"] python_functions = ["test_*"] markers = [ + "AArch64: Mark a test as using AArch64 Architecture", Review Comment: would be great to simplify the marker, i think we only need likely gpu marker for now since marker is only used to filter nongpu tests -- 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]
