ucx icon indicating copy to clipboard operation
ucx copied to clipboard

GTEST/UCT: Do not query BAR1 memory using NVML under valgrind.

Open rakhmets opened this issue 2 years ago • 2 comments

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.

rakhmets avatar Dec 08 '23 15:12 rakhmets

can you please commit it to #9531 to verify that it fixes the issue?

brminich avatar Dec 08 '23 15:12 brminich

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

rakhmets avatar Dec 08 '23 15:12 rakhmets