ucx
ucx copied to clipboard
GTEST/UCT: Do not query BAR1 memory using NVML under valgrind.
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 specific conditions.
Removed the limitation obtained by the call to get_bar1_free_size, since we do not exceed 1MB limit with valgrind.
can you please commit it to #9531 to verify that it fixes the issue?
can you please commit it to #9531 to verify that it fixes the issue?
@brminich pushed the changes to https://github.com/openucx/ucx/pull/9491