Skip to content

Commit 54c196b

Browse files
committed
Remove erroneous mapping.
1 parent fa7f5a7 commit 54c196b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/gpuarray_collectives_cuda_nccl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ static inline ncclDataType_t convert_data_type(int typecode) {
180180
case GA_LONG: return ncclInt64;
181181
case GA_ULONG: return ncclUint64;
182182
case GA_HALF: return ncclHalf;
183-
case GA_FLOAT16: return ncclHalf;
184183
}
185184
return nccl_NUM_TYPES;
186185
}

0 commit comments

Comments
 (0)