Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[microTVM] Zephyr: RISCV support for Zephyr QEMU RISCV-32/64 #7804
[microTVM] Zephyr: RISCV support for Zephyr QEMU RISCV-32/64 #7804
Changes from 42 commits
b199829
08ea3ba
7844d01
cbddb72
da1390e
ff3e997
3876fae
25d3135
91ca321
791e0f2
8a92af8
223bc04
a17f168
5597bce
d477573
ce6fc59
52c8512
0d6eaa3
ecbef7a
2d6eeba
8ba1bcc
86752ae
f95126f
140048b
4523447
c946585
39670a5
cd9a701
7457b0b
72528fe
3aef928
3858ee2
c5532a5
819358b
d632129
6225e61
820943a
a3eb92b
53ab2ee
319ad3b
65a1a59
9647097
25bd2fe
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? seems like we should put both in the path, if anything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@areusch so we distinguish the test based on the zephyr_board. For ex. qemu_x86, qemu_riscv32 and qemu_riscv64 all use the same
model
which ishost
, but they have different zephyr_board. zephyr_board will always be unique.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh sorry, I was misreading. this looks good