Skip to content

Commit

Permalink
UCT/GGA: rkey resolution for many MDs, compiling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-leksikov committed Oct 17, 2024
1 parent 2917dc2 commit fab25db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/uct/ib/mlx5/gga/gga_mlx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static void uct_ib_mlx5_gga_md_close(uct_md_h md)
ucs_assertv(rkey2md_refcount == 1,
"gga rkey %p references to md %p wrong number of "
"times: %lu", rkey.handle, gga_md, rkey2md_refcount);
if (!ENABLE_ASSERT) {
if (!UCS_ENABLE_ASSERT) {
break;
}
}
Expand Down
1 change: 0 additions & 1 deletion test/gtest/uct/test_p2p_rma.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

#include "test_p2p_rma.h"
#include "ucs/sys/math.h"

#include <functional>

Expand Down

0 comments on commit fab25db

Please sign in to comment.