Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
reduce NPY_MAXARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan committed Oct 23, 2019
1 parent 663ba6c commit f27eb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/numpy/np_einsum_op-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
namespace mxnet {
namespace op {

#define NPY_MAXDIMS 32
#define NPY_MAXARGS 32
#define NPY_MAXDIMS 16
#define NPY_MAXARGS 16

inline TShape get_stride(const TShape& shape) {
int ndim = shape.ndim(), prod = 1;
Expand Down

0 comments on commit f27eb97

Please sign in to comment.