Thomas Vegas
Thomas Vegas
## What Backport #9696 to support multiple cmake `find_package()` invocations.
## What List latest backported bugfixes. ## How Depends on: - v1.16.x #9702 - v1.16x #9705
## What Backport #9692
## What Check datatype field independently from no immediate completion flag. ## Why ? Reported by #9626.
## What Make sure `ucp_client_server` always completes with `-c am` option. ## Why ? AM callback can be invoked multiple times inside a given iteration. Related: #9694 ## How ?...
## What Add a perftest module `mad_rte`, currently enabled with `--with-mad=yes`. ## Why ? Contain `libibmad` and `libibumad` dependency in `mad_rte` module. On run machine, `mad_rte` fails to load in...
## What Add UCT flag when TX (like AM) depends on RX (like RDMA_READ). Implement AM lane isolation wrt to RMA lane. ## Why ? To avoid RX throughput dependency...
### Describe the bug Issue to track that gcc fails to build UCX due to `ucs_ffs32()` in `uct_dc_mlx5_ep_dci_release_progress()`: ``` make[1]: Entering directory '/maia/ucx/src/uct/ib' CC dc/libuct_ib_la-dc_mlx5_ep.lo :1:7: error: invalid operand for...
## What Cache the obtained BAR1 available size. ## Why ? The `nvmlInit_v2()` seems to `fork()/wait()` which is causing issues when running under valgrind. Internal link: [3886807](https://redmine.mellanox.com/issues/3886807) ## How ?...
## What Backport #9877. ## Why ? Branch v1.17.x also needs to build and test cleanly.