Thomas Vegas

Results 27 issues of Thomas Vegas

## What Fix heap-buffer overflow in test code. ## Why ? Reported by ASAN in CI on many PRs. ## How ? ``` ==25238==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200009d3b8 at...

## What Build UCX with Intel ICC/ICX compilers. ## Why ? Basic Intel compiler support. ## How ? Relax needed options, for Intel compiler only. ### Tested Build tested only...

## What Only skip AM lanes with appropriate with peers >= v1.17. ## Why ? Maintain wire compatibility. ## How ? Check unpacked remote address version. ### Tested - same...

backport #12608 from v5.0.x Also added `osc/ucx` thread mode and tested with `mpirun -mca osc ucx osu_get_latency`.

Target: v4.1.x

## What Introduce UCT IB MLX5 module for rdma-core mlx5 provider related transports. ## Why ? Some deployment would need to use other providers. ## How ? Decomposed in four...

### Preliminary Actions - [X] I have searched the existing [issues](https://github.com/amzn/amzn-drivers/issues) and didn't find a duplicate. - [X] I have followed the [AWS official troubleshoot documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshooting-ena.html). - [X] I have...

bug
Linux EFA driver
triage

## What Allow memory registration for cuda-managed memory when ODP is enabled on machines with coherent memory. ## Why ? Needed to enable rdma, avoiding long-term page pinning. ## How...

## What Add adaptive routing support for `rc_x` and `dc` transports on RoCE by the use of `multi_path` and `multi_path_force` parameters. ## Why ? Need to implement `UCX_IB_AR_ENABLE=auto/no/yes` for RoCE....

## What Add IB mocking (EFA support) capability. ## Why ? Need to run gtest without the need for EFA interface. ## How ? Implement loopback libibverbs/libefa. Keep build/code independent...

## What Add EFA device memory domain and UD support. (relates to #6353) ## Why ? EFA devices have specific capabilities which need specific memory domain. ## How ? The...