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 ed5705f commit 420c0daCopy full SHA for 420c0da
array_api_compat/cupy/__init__.py
@@ -18,3 +18,5 @@
18
from .linalg import matrix_transpose, vecdot
19
20
from ..common._helpers import *
21
+
22
+__array_api_version__ = '2021.12'
array_api_compat/numpy/__init__.py
0 commit comments