feat: support biren supa backend - #404
Open
biren-account-1 wants to merge 1 commit into
Open
Conversation
biren-account-1
force-pushed
the
contrib/adapt_supa_backend
branch
from
August 25, 2026 11:39
8e52ef8 to
7a66ac2
Compare
Author
|
Hi @sshaulnv Could you please take a moment to review this PR when you have time? This PR adds support for the BIREN GPU SUPA backend and introduces three new SUPA options that are consistent with CUDA behavior, which have been verified on Mellanox network cards. Looking forward to your feedback, thank you. |
support memory allocation on BIREN GPU via SUPA runtime add the following options, whose behaviors remain consistent with the corresponding CUDA counterparts: * --use_supa=<supa device id> * --use_supa_bus_id=<supa full BUS id> * --use_supa_dmabuf build: * ./autogen.sh && ./configure SUPA_H_PATH=<path/to/supa_driver.h> && make -j test: * support read/write/send lat & bw test, as well as write lat with immediate * verify the correctness of all SUPA features on Mellanox NIC Signed-off-by: Kedong Si <ksi@birentech.com>
biren-account-1
force-pushed
the
contrib/adapt_supa_backend
branch
from
September 9, 2026 08:51
7a66ac2 to
6f3e5c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
support memory allocation on BIREN GPU via SUPA runtime
add the following options, whose behaviors remain consistent with the corresponding CUDA counterparts:
build:
test: