introduce support for ncclFloat16/half in UT
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "ErrCode.hpp"
|
||||
#include "rccl/rccl.h"
|
||||
#include "rccl_bfloat16.h"
|
||||
#include "hip/hip_fp16.h"
|
||||
|
||||
namespace RcclUnitTesting
|
||||
{
|
||||
@@ -35,6 +36,7 @@ namespace RcclUnitTesting
|
||||
uint32_t* U4; // ncclUint32
|
||||
int64_t* I8; // ncclInt64
|
||||
uint64_t* U8; // ncclUint64
|
||||
__half* F2; // ncclFloat16
|
||||
float* F4; // ncclFloat32
|
||||
double* F8; // ncclFloat64
|
||||
rccl_bfloat16* B2; // ncclBfloat16
|
||||
|
||||
Reference in New Issue
Block a user