Raul Akhmetshin

Results 22 issues of Raul Akhmetshin

## What Removed count and stride fields from uct_iov_t structure. ## Why ? The fields are not used in current implementation.

WIP-DNM

## What Taken into account new endpoint configuration parameters for calculation of threshold of rendezvouz protocols in new protocol infrastructure. ## Why ? There are use cases with worse latency...

## What Fixed counting wiface activation number. Removed increasing wiface activation count when the wiface is activated via protocol selection. Increased wiface activation count when the wiface is activated via...

## What Removed querying BAR1 memory information using NVML API when running with valgrind. ## Why ? Workaround for the https://github.com/openucx/ucx/issues/9531 It seems that we may hang in nvmlnit under...

WIP-DNM

## What Removed obsolete condition.

WIP-DNM

## What Removed `uct_md_rcache_overhead`. The method became unused after merging https://github.com/openucx/ucx/pull/8225. Added logic to use previously unused `UCX_RCACHE_OVERHEAD` environment variable. The variable can be used to configure the `rcache lookup`...

## What Added condition to flush UCT endpoint only if corresponding UCT interface was activated. The condition is only relevant if new protocol infrastructure was enabled. ## Why ? Fixed...

WIP-DNM

## What Added options to set estimated latency and bandwidth values according to the distance within the sysfs device tree. Moved platform specific values to `ucx.conf` file.

## What Extended UCP AM RNDV tests by adding buffers allocated by `cudaMallocAsync`.

## What Added hook for `cudaGetSymbolSize` to support device-side variables.