mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Revert "[PGNCCL] Launch kernel on current stream & remove record_stream entirely (#148590)"
This reverts commit 17dbeb11db.
Reverted https://github.com/pytorch/pytorch/pull/148590 on behalf of https://github.com/janeyx99 due to PR break backward compat test ([comment](https://github.com/pytorch/pytorch/pull/148590#issuecomment-2708641172))
This commit is contained in:
@@ -363,9 +363,6 @@ class TestDebugInfoWriter : public c10d::DebugInfoWriter {
|
||||
};
|
||||
|
||||
TEST_F(ProcessGroupNCCLErrorsTest, testNCCLErrorsNoHeartbeat) {
|
||||
// Note (kwen2501) 03/07/2025
|
||||
// TODO: re-enable
|
||||
GTEST_SKIP() << "Skipping test as the trace write seems unstable.";
|
||||
int heartBeatIntervalInSec = 2;
|
||||
std::string timeInterval = std::to_string(heartBeatIntervalInSec);
|
||||
ASSERT_TRUE(setenv(c10d::TORCH_NCCL_BLOCKING_WAIT[0].c_str(), "0", 1) == 0);
|
||||
|
||||
Reference in New Issue
Block a user