Commit 48f10587 authored by zhangyue's avatar zhangyue
Browse files

issue/209: delete N assert

parent 12602823
......@@ -54,8 +54,6 @@ __device__ void launchOp(
size_t output_index,
Args... args) {
static_assert(N == Op::num_inputs, "template N is not equal to Op::num_inputs!\n");
#pragma unroll
// Copy inputs to buf
for (size_t i = 0; i < N; i++) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment