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

Rebase/dpu offload #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Rebase/dpu offload #4

wants to merge 6 commits into from

Conversation

bosilca
Copy link
Collaborator

@bosilca bosilca commented Feb 13, 2024

Port all @yqin changes from the dpu offload branch onto a recent ucx.

@bws
Copy link

bws commented Mar 13, 2024

This fails to build with the following configure options:
../configure --disable-logging --disable-debug --disable-assertions --disable-params-check --with-knem --without-java --enable-devel-headers

Compile error is:
CC base/libuct_ib_la-ib_md.lo
../../../../src/uct/ib/base/ib_md.c: In function ‘uct_ib_md_query’:
../../../../src/uct/ib/base/ib_md.c:259:42: error: ‘UCT_IB_MD_PACKED_RKEY_SIZE’ undeclared (first use in this function); did you mean ‘UCT_IB_MD_PACKED_MKEY_SIZE’?
259 | md_attr->rkey_packed_size = UCT_IB_MD_PACKED_RKEY_SIZE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| UCT_IB_MD_PACKED_MKEY_SIZE

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.

4 participants