Files
rocm-systems/test/common/RcclMockFuncs.hpp
T

14 lines
366 B
C++
Raw Normal View History

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