Files
rocm-systems/projects/rccl/src/include/checks.h
T

11 lines
402 B
C
Raw Normal View History

2018-12-13 15:56:12 -08:00
/*************************************************************************
* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#include "core.h"
ncclResult_t PtrCheck(void* ptr, const char* opname, const char* ptrname);
ncclResult_t ArgsCheck(struct ncclInfo* info);