Skip to content

Commit

Permalink
UCT/CUDA-IPC: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Venkatesh committed Oct 28, 2021
1 parent 9134757 commit 0f48007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/uct/test_md.cc
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ UCS_TEST_SKIP_COND_P(test_md, invalidate, !check_caps(UCT_MD_FLAG_INVALIDATE))
ucs_status_t status;
uct_md_mem_dereg_params_t params;

if (!strcmp(GetParam().md_name.c_str(), "cuda_ipc")) {
if (GetParam().md_name == "cuda_ipc") {
UCS_TEST_SKIP_R("test not needed with cuda-ipc");
}

Expand Down

0 comments on commit 0f48007

Please sign in to comment.