Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ int8_t stdlib_ndarray_unary_accumulate_dispatch( const struct ndarrayUnaryAccumu
struct ndarray *x1;
struct ndarray *x2;
struct ndarray *x3;
const int64_t *s1;
int8_t status;
int64_t ndims;
int64_t mab1;
int64_t mib1;
int64_t *s1;
int64_t len;
int64_t bp1;
int8_t io1;
Expand Down