Files
ray-project--ray/python/ray/tests/accelerators/mock_acl.py
T
2026-07-13 13:17:40 +08:00

9 lines
124 B
Python

def get_soc_name():
return "Ascend910B"
class rt:
@staticmethod
def get_device_count():
return (4, 0)