devices.py 163 Bytes
Newer Older
PanZezhongQY's avatar
PanZezhongQY committed
1
2
3
4
5
6
7
8
9
10
class InfiniDeviceEnum:
    CPU = 0
    NVIDIA = 1
    CAMBRICON = 2
    ASCEND = 3
    METAX = 4,
    MOORE = 5,
    ILUVATAR = 6,
    KUNLUN = 7,
    SUGON = 8,