Merge remote-tracking branch 'nccl/master' into develop

このコミットが含まれているのは:
BertanDogancay
2024-04-23 13:33:19 -07:00
コミット e1a835910e
76個のファイルの変更5157行の追加2296行の削除
+1 -1
ファイルの表示
@@ -7,7 +7,7 @@
#include "argcheck.h"
#include "comm.h"
static ncclResult_t CudaPtrCheck(const void* pointer, struct ncclComm* comm, const char* ptrname, const char* opname) {
ncclResult_t CudaPtrCheck(const void* pointer, struct ncclComm* comm, const char* ptrname, const char* opname) {
cudaPointerAttributes attr;
cudaError_t err = cudaPointerGetAttributes(&attr, pointer);
if (err != cudaSuccess || attr.devicePointer == NULL) {