Skip to content

Commit c7638b9

Browse files
committed
UCP/TEST: revert last commit
1 parent a03be17 commit c7638b9

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

test/gtest/ucp/test_ucp_peer_failure.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,4 +993,3 @@ UCS_TEST_P(test_ucp_peer_failure_rndv_put_ppln_abort, pipeline,
993993
}
994994

995995
UCP_INSTANTIATE_TEST_CASE_GPU_AWARE(test_ucp_peer_failure_rndv_put_ppln_abort);
996-
UCP_INSTANTIATE_TEST_CASE_GPU_IPC(test_ucp_peer_failure_rndv_put_ppln_abort);

test/gtest/ucp/ucp_test.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -482,19 +482,11 @@ std::vector<ucp_test_param> enum_test_params(const std::string& tls)
482482
"srd") \
483483
UCP_INSTANTIATE_TEST_CASE_TLS_GPU_AWARE(_test_case, shm_ib, \
484484
"shm,ib,gdr_copy") \
485+
UCP_INSTANTIATE_TEST_CASE_TLS_GPU_AWARE(_test_case, shm_ib_ipc, \
486+
"shm,ib,cuda_ipc,rocm_ipc") \
485487
UCP_INSTANTIATE_TEST_CASE_TLS_GPU_AWARE(_test_case, ugni, \
486488
"ugni") \
487489
UCP_INSTANTIATE_TEST_CASE_TLS_GPU_AWARE(_test_case, tcp, \
488490
"tcp")
489491

490-
491-
/**
492-
* Instantiate the parameterized test case for gpu ipc transports
493-
*
494-
* @param _test_case Test case class, derived from ucp_test.
495-
*/
496-
#define UCP_INSTANTIATE_TEST_CASE_GPU_IPC(_test_case) \
497-
UCP_INSTANTIATE_TEST_CASE_TLS_GPU_AWARE(_test_case, shm_ib_ipc, \
498-
"shm,ib,cuda_ipc,rocm_ipc")
499-
500492
#endif

0 commit comments

Comments
 (0)