Fix EnableOptionsGuard usage in test_multidevice_lower_communication. #4641
Fix EnableOptionsGuard usage in test_multidevice_lower_communication. #4641
Conversation
NVFuserTest has it already
|
!test |
|
Review updated until commit 1f7ef88 Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| public testing::WithParamInterface<std::tuple<InOutMesh, bool>> {}; | ||
|
|
||
| TEST_P(LowerGatherTest, ) { | ||
| EnableOptionsGuard opt_guard; |
There was a problem hiding this comment.
Not necessary because NVFuserTest owns an EnableOptionsGuard already.
| // available. Therefore, we call it after the isBackendAvailable check. | ||
| communicator_->setDefaultBackend(backend_type); | ||
|
|
||
| EnableOptionsGuard enable_options_guard; |
|
!test |
No description provided.