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 8d6454a commit af21be2Copy full SHA for af21be2
ggml/src/ggml-cann/kernels/dup.cpp
@@ -20,7 +20,6 @@ class DupByRows {
20
// Input has four dims.
21
int64_t op_block_num = GetBlockNum();
22
int64_t op_block_idx = GetBlockIdx();
23
- assert(op_block_idx < SUPPORTED_MAX_DIM && op_block_idx >= 0, "Invalid block index:%d, max is:%d\n", op_block_idx, SUPPORTED_MAX_DIM);
24
25
// param
26
num_rows = input_ne_ub[1] * input_ne_ub[2] * input_ne_ub[3];
0 commit comments