Re: [PR] [Relax][UnitTest] Validate IRModule with multiple targets [tvm]

2024-05-24 Thread via GitHub
tqchen merged PR #16960: URL: https://github.com/apache/tvm/pull/16960 -- 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: commits-unsubscr...@tvm.apache.or

Re: [PR] [Relax][UnitTest] Validate IRModule with multiple targets [tvm]

2024-05-15 Thread via GitHub
Lunderberg commented on PR #16960: URL: https://github.com/apache/tvm/pull/16960#issuecomment-2112516811 This PR is now rebased on top of the prerequisite PRs #16958 and #16959, and is ready for review. It does not add any functionality in itself, but adds a test to validate expected behav

Re: [PR] [Relax][UnitTest] Validate IRModule with multiple targets [tvm]

2024-04-30 Thread via GitHub
Lunderberg commented on PR #16960: URL: https://github.com/apache/tvm/pull/16960#issuecomment-2086551418 This PR adds a unit test validating an end-to-end compilation. On `main`, this end-to-end test encounters the errors resolved in PRs https://github.com/apache/tvm/pull/16958 and https:

[PR] [Relax][UnitTest] Validate IRModule with multiple targets [tvm]

2024-04-30 Thread via GitHub
Lunderberg opened a new pull request, #16960: URL: https://github.com/apache/tvm/pull/16960 This commit adds a unit test to verify that a single `IRModule` can contain functions that will be used on multiple distinct targets. Previously, this test case caused errors when running the `Legal