-
Notifications
You must be signed in to change notification settings - Fork 102
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
UTIL: Add riscv64 support #829
UTIL: Add riscv64 support #829
Conversation
Can one of the admins verify this patch? |
7a7f41f
to
36e04ca
Compare
@rbradford please add the new file you created to Makefile here: |
5abcee7
to
6a85f17
Compare
Fixed. Thank you! |
6a85f17
to
5e16b9a
Compare
@rbradford Have you signed CLA with UCF? Thanks. |
Yes, my employer (Rivos Inc) has signed the corporate CLA. |
2059aee
to
5831a3f
Compare
Ping? Any update on this? |
5831a3f
to
c6ff51d
Compare
@rbradford please rebase |
Signed-off-by: Rob Bradford <[email protected]>
c6ff51d
to
3bac9a7
Compare
Signed-off-by: Rob Bradford <[email protected]>
Signed-off-by: Rob Bradford <[email protected]>
Signed-off-by: Rob Bradford <[email protected]>
What
Enables support for RISC-V (64-bit)
Why ?
UCX has recently gained support for this architecture so it would be nice to add UCC support
How ?
The changes needed to support just consist of implementing the fence functions using the fence instructions - the ones used here match added to UCX.