MCPcopy Create free account
hub / github.com/dask/dask / __init__

Method __init__

dask/array/cupy_entry_point.py:28–31  ·  view source on GitHub ↗

Register data-directed dispatch functions

(self)

Source from the content-addressed store, hash-verified

26
27class CupyBackendEntrypoint(ArrayBackendEntrypoint):
28 def __init__(self):
29 """Register data-directed dispatch functions"""
30 if _cupy(strict=False):
31 register_cupy()
32
33 @classmethod
34 def to_backend_dispatch(cls):

Callers

nothing calls this directly

Calls 2

register_cupyFunction · 0.90
_cupyFunction · 0.85

Tested by

no test coverage detected