파일

.git-blame-ignore-revs에 있는 리비전을 무시합니다. 일반 blame 보기를 보려면 여기를 클릭하여 우회하세요.

14 라인
366 B
C++
Raw 고유링크 일반 보기 히스토리

2025-06-12 09:58:01 -05:00
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
#ifndef RCCL_MOCK_FUNCS_HPP
#define RCCL_MOCK_FUNCS_HPP
2025-04-19 00:21:27 -04:00
#include "info.h"
void ncclDebugLog(ncclDebugLogLevel, unsigned long, char const*, int, char const*, ...) {};
ncclResult_t getHostName(char* hostname, int maxlen, const char delim) {
return ncclSuccess;
}
#endif // RCCL_MOCK_FUNCS_HPP