Fix DMABUF support (#1218)
* Fix DMABUF support * Reduce log output by moving dmabuf allocation details to TRACE * Enable peer memory GDR support if ib_umem_get_peer is in kernel
このコミットが含まれているのは:
+5
-1
@@ -722,7 +722,11 @@ static ncclResult_t fillInfo(struct ncclComm* comm, struct ncclPeerInfo* info, u
|
||||
#endif
|
||||
CUDACHECK(hipFree(ptr));
|
||||
info->hasFineGrain = true;
|
||||
NCCLCHECK(ncclGpuGdrSupport(comm, &info->gdrSupport));
|
||||
// GPU supports GDR if DMABUF is supported
|
||||
if (dmaBufSupported(comm) == ncclSuccess)
|
||||
info->gdrSupport = 1;
|
||||
else
|
||||
NCCLCHECK(ncclGpuGdrSupport(comm, &info->gdrSupport));
|
||||
}
|
||||
else {
|
||||
info->hasFineGrain = false;
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする