We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae85a4 commit 03fc40aCopy full SHA for 03fc40a
arraycontext/impl/cupy/__init__.py
@@ -62,17 +62,7 @@ class CupyNonObjectArray(metaclass=CupyNonObjectArrayMetaclass):
62
63
64
class CupyArrayContext(ArrayContext):
65
- """
66
- An :class:`ArrayContext` that uses :class:`cupy.ndarray` to represent arrays.
67
-
68
- .. automethod:: __init__
69
70
71
- _loopy_transform_cache: dict[lp.TranslationUnit, lp.ExecutorBase]
72
73
- def __init__(self) -> None:
74
- super().__init__()
75
- self._loopy_transform_cache = {}
+ """An :class:`ArrayContext` that uses :class:`cupy.ndarray` to represent arrays."""
76
77
array_types = (CupyNonObjectArray,)
78
0 commit comments