hip_prof_rccl_param.h 265 Bytes
Newer Older
1
2
3
4
5
6
7
8
#ifndef HIP_SRC_HIP_PROF_RCCL_PARAM_H
#define HIP_SRC_HIP_PROF_RCCL_PARAM_H

#include <stdint.h>
void ncclLoadHipProfParam(char const* env, int64_t deftVal, int64_t uninitialized, int64_t* cache);
int64_t ncclParamHipProf();

#endif // HIP_SRC_HIP_PROF_RCCL_PARAM_H