We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e1b1b commit c9552a6Copy full SHA for c9552a6
1 file changed
pygpu/gpuarray.pyx
@@ -9,6 +9,10 @@ import numpy as np
9
from cpython cimport Py_INCREF, PyNumber_Index
10
from cpython.object cimport Py_EQ, Py_NE
11
12
+def api_version():
13
+ # Those where the last defined numbers.
14
+ return (-9997, 1, 0)
15
+
16
np.import_array()
17
18
# to export the numeric value
0 commit comments