We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62313a2 commit 43e1b4aCopy full SHA for 43e1b4a
src/cpu/rv64/rvv_nchw_pooling.cpp
@@ -81,7 +81,7 @@ void MaxPooling(const float *src, float *dst, const dim_t batch,
81
}
82
83
size_t tailLength
84
- = __riscv_vsetvl_e32m8(size - iw);
+ = __riscv_vsetvl_e32m8(size - iw);
85
{
86
vfloat32m8_t vsrc = __riscv_vle32_v_f32m8(
87
&local_src[local_src_offset + iw],
0 commit comments