[BUILD] Use fmt-header instead of libfmt (#1791)

[ROCm/rccl commit: 6b4ad0fd74]
Esse commit está contido em:
Nilesh M Negi
2025-07-10 17:19:53 -05:00
commit de GitHub
commit 41c985462c
5 arquivos alterados com 8 adições e 5 exclusões
@@ -9,7 +9,6 @@
#include "debug.h"
#include "device.h"
#include "proxy.h"
#include <fmt/format.h>
#include <map>
constexpr int32_t kFinishedProxyOpItems = 32;
@@ -261,4 +260,4 @@ void facebook_rccl::addNewProxyOp(std::unique_ptr<ProxyTrace> &proxyTraceObj,
proxyTraceObj->addNewProxyTraceOpImpl(key, extraInfo, opType, channelId,
nSteps, nbytes, peerRank);
}
}
}