Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit cbd117c

Browse files
ymwanggZYHowell
andauthored
Remove deprecated numpy.int/float (#920)
Co-authored-by: Yonghao Zhuang <[email protected]>
1 parent 872fe5a commit cbd117c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpa/collective/collective_group/nccl_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
numpy.int64: nccl.NCCL_INT64,
3838
# FLOAT types
3939
numpy.half: nccl.NCCL_HALF,
40-
# note that numpy.float is float64.
4140
numpy.float16: nccl.NCCL_FLOAT16,
4241
numpy.float32: nccl.NCCL_FLOAT32,
4342
numpy.float64: nccl.NCCL_FLOAT64,

0 commit comments

Comments
 (0)