Thomas Vegas
Thomas Vegas
## What backport #9992
Warn logging is too verbose.
## What Fix error handling path on multi-threaded registration. ## Why ? Currently we see segfault in the thread because we try to teardown the first failing registration. More generally,...
## What Generate tag including profiled functions. ## Why ? Need to be able to follow those functions. ## How ? ```shell $ ./contrib/ctags.sh $ grep 'cuda_ocpy_ep_get.*PROFILE_FUNC' tags uct_cuda_copy_ep_get_short ./src/uct/cuda/cuda_copy/cuda_copy_ep.c...
## What Shell script to perform simple preliminary checks before pushing. ## Why ? Avoid spending CI cycles with repeated pushing. ## How ? Implement commit title, code format and...
## What Proposal to keep running gtests when TB does not support some SL. ## Why ? We have test bed that does not let traffic through for SL >...
## What Add ability to limit gtest runs by MD and RSC name. ## Why ? Shorten test time on systems with 30+ interfaces. ## How ? Do it from...