-
Notifications
You must be signed in to change notification settings - Fork 256
riscv64 initial import #821
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
base: master
Are you sure you want to change the base?
Conversation
|
Does the runtime require huge pages support and if so is there a specific huge page size that's recommended? |
|
@JablonskiMateusz Could we take a look at this PR? Would be great to enable minimal support. Just tested it, seems to run fine at least with basic tests. |
JablonskiMateusz
left a comment
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.
please correct years in copyright headers
- in new added files it should be 2025
- in modified files it should end with 2025
| @@ -0,0 +1,14 @@ | |||
| # | |||
| # Copyright (C) 2019-2022 Intel Corporation | |||
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.
| # Copyright (C) 2019-2022 Intel Corporation | |
| # Copyright (C) 2025 Intel Corporation |
|
@JablonskiMateusz will get this knocked out in the next week. |
Initial import of RISCV support (rv64g)