Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] Move llvm import test away from minimum test #9171

Merged
merged 3 commits into from
Oct 1, 2021

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Sep 30, 2021

The llvm import relies on the same system clang and llvm version and
may be tricky to get right on all platforms.
Given this is an advanced feature, and there has been some problems
in windows(could relates to clang version update).
This PR moves away from minimum tests.

The llvm import relies on the same system clang and llvm version and
may be tricky to get right on all platforms.
Given this is an advanced feature, and there has been some problems
in windows(could relates to clang version update).
This PR moves away from minimum tests.
@junrushao
Copy link
Member

I suppose we should ping the llvm version some day

@junrushao junrushao merged commit df24393 into apache:main Oct 1, 2021
@Mousius
Copy link
Member

Mousius commented Oct 1, 2021

I suppose we should ping the llvm version some day

For both stability and security reasons we should be pinning all dependencies, potentially something to consider before a 1.0 release which is considered stable?

@tqchen
Copy link
Member Author

tqchen commented Oct 1, 2021

Yes, we should followup, in this case. We need to pin both the system clang and llvm

ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
* [TEST] Move llvm import test away from minimum test

The llvm import relies on the same system clang and llvm version and
may be tricky to get right on all platforms.
Given this is an advanced feature, and there has been some problems
in windows(could relates to clang version update).
This PR moves away from minimum tests.

* Update test_minimal_target_codegen_llvm.py

* Update test_target_codegen_llvm.py

Co-authored-by: Junru Shao <junrushao1994@gmail.com>
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
* [TEST] Move llvm import test away from minimum test

The llvm import relies on the same system clang and llvm version and
may be tricky to get right on all platforms.
Given this is an advanced feature, and there has been some problems
in windows(could relates to clang version update).
This PR moves away from minimum tests.

* Update test_minimal_target_codegen_llvm.py

* Update test_target_codegen_llvm.py

Co-authored-by: Junru Shao <junrushao1994@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants