-
Notifications
You must be signed in to change notification settings - Fork 96
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
ucc compilation is getting failed on master branch #1031
Comments
i'm cloning ucx version as below |
Thanks, we will work on the fix. Meanwhile you can use v1.15 or newer |
PR open to fix this issue here: #1032 |
Hello @nsarka , may i know when this PR will be merged? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello All,
I see there is an compilation issue on ucc with master branch.
steps followed:
issue seen:
make[3]: Entering directory '/home/master/rastra/rocm_tests/hipmpi/ucc/src/components/tl/ucp'
CC libucc_tl_ucp_la-tl_ucp_dpu_offload.lo
tl_ucp_dpu_offload.c: In function ‘ucc_tl_ucp_allreduce_sliding_window_register’:
tl_ucp_dpu_offload.c:18:35: error: ‘UCP_MEM_MAP_PARAM_FIELD_EXPORTED_MEMH_BUFFER’ undeclared (first use in this function)
18 | params.field_mask = UCP_MEM_MAP_PARAM_FIELD_EXPORTED_MEMH_BUFFER;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tl_ucp_dpu_offload.c:18:35: note: each undeclared identifier is reported only once for each function it appears in
tl_ucp_dpu_offload.c:19:11: error: ‘ucp_mem_map_params_t’ {aka ‘struct ucp_mem_map_params’} has no member named ‘exported_memh_buffer’
19 | params.exported_memh_buffer = packed_memh;
| ^
make[3]: *** [Makefile:1242: libucc_tl_ucp_la-tl_ucp_dpu_offload.lo] Error 1
make[3]: Leaving directory '/home/master/rastra/rocm_tests/hipmpi/ucc/src/components/tl/ucp'
make[2]: *** [Makefile:1592: install-recursive] Error 1
make[2]: Leaving directory '/home/master/rastra/rocm_tests/hipmpi/ucc/src/components/tl/ucp'
make[1]: *** [Makefile:1409: install-recursive] Error 1
make[1]: Leaving directory '/home/master/rastra/rocm_tests/hipmpi/ucc/src'
make: *** [Makefile:576: install-recursive] Error 1
NOTE: issue is not seen with branch v1.3.x
Test enviromnent:
The text was updated successfully, but these errors were encountered: