forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for AOT in external code generation tests (apache#8591)
This adds support for the external code generation tests to use AOT. As part of this the existing logic in check_result was split out into multiple functions, this allows selectively disabling those that aren't supported such as JSON outputs not being supported in AOT. I've replaced existing checks to skip tests with @pytest.mark.skipif macros as they've been moved out of the `check_result` function.
- Loading branch information
Showing
1 changed file
with
80 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters