Merge branch 'main' into olli/autosetup-v2

This commit is contained in:
Changho Hwang
2023-11-14 18:00:43 +08:00
committed by GitHub
8 changed files with 119 additions and 150 deletions

View File

@@ -39,7 +39,7 @@ class MyProxyService {
semaphores_(semaphores),
proxy_([&](mscclpp::ProxyTrigger triggerRaw) { return handleTrigger(triggerRaw); }, [&]() { bindThread(); }) {
int cudaDevice;
cudaGetDevice(&cudaDevice);
MSCCLPP_CUDATHROW(cudaGetDevice(&cudaDevice));
deviceNumaNode_ = mscclpp::getDeviceNumaNode(cudaDevice);
}