ucx
ucx copied to clipboard
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
## What Introduce `uct_md_mem_attach` UCT API function. ## Why ? The function will be used to bind remote memory handle with local memory handle using `shared_mkey_buffer`. ## How ? Introduce...
## What Introduce `ucp_memh_pack` API function ## Why ? `ucp_memh_pack` API function was introduced to replace already existing `ucp_rkey_pack` to make it extendable and support packing SHARED memory key in...
## Why Port CI fixes of failing to start TCP listener because the port is in use from master branch ## How - Port #8423 - Port #8436 - Fixed...
## What Max number of lanes for EP is now increased from 5 to 8. ## Why ? Increase limit of EP lanes. ## How ? In order to maintain...
## What Fix support of user's memh for RNDV AM and PUT Zcopy schemes. ## Why ? User's memory handle isn't used by RNDV AM and PUT Zcopy schemes. ##...
## What Adding support for the RISC-V architecture to OpenUCX. This includes support for generic RV64G (IMAFDC) micro architectures. Core development by @ct-clmsn and @jleidel ## Why ? Adds support...
### Describe the bug A clear and concise description of what the bug is. Trying to run docker container for data preprocessing , its MLPerf Cosmoflow NVIDIA implementation , below...
## What Introduce shared mkey buffer in UCT. ## Why ? Shared mkey buffer will be packed by `uct_md_mkey_pack_v2`. ## How ? 1. Introduce `UCT_MD_FLAG_SHARED_MKEY` MD capability flag. 2. Update...