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 bd3d0a6 commit 4c90fefCopy full SHA for 4c90fef
numba_cuda/numba/cuda/reshape_funcs.cu
@@ -4,7 +4,7 @@
4
*/
5
#define NPY_MAXDIMS 32
6
7
-typedef long int npy_intp;
+typedef long long int npy_intp;
8
9
extern "C" __device__ int
10
nocopy_empty_reshape(npy_intp nd, const npy_intp *dims, const npy_intp *strides,
0 commit comments