Reverse logic of context tracking enablement from #1927 (#1971)

In this commit it disabled by default and can be enabled via
`RCCL_ENABLE_CONTEXT_TRACKING=1` for both (CDNA, RDNA)
Original PR https://github.com/ROCm/rccl/pull/1927
This commit is contained in:
Artem Kuzmitckii
2025-10-09 10:24:09 +02:00
committed by GitHub
parent cede6d0134
commit 00a42c80f3
4 changed files with 11 additions and 23 deletions
-2
View File
@@ -68,8 +68,6 @@ inline ncclResult_t getRandomData(void* buffer, size_t bytes) {
return ret;
}
bool rcclNeedEnableContextTrack(int cuDeviceId);
////////////////////////////////////////////////////////////////////////////////
template<typename Int>