You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with the -DNN_USE_REF flag, the following linker errors occur:
lib_nn/lib_nn/src/asm/bconv2d_int8_DIDO_impl.S: Error: Multiple definition of 'bconv2d_int8_DIDO_impl'
bnn_conv2d_int8_out.c: Error: first defined here
lib_nn/lib_nn/src/asm/bconv2d_int8_DIDO_impl.S: Error: Multiple definition of 'bconv2d_int8_DIDO_impl.nstackwords'
bnn_conv2d_int8_out.c: Error: first defined here
lib_nn/lib_nn/src/asm/bconv2d_int8_DIDO_impl.S: Error: Multiple definition of 'bconv2d_int8_DIDO_impl.maxcores'
bnn_conv2d_int8_out.c: Error: first defined here
ib_nn/lib_nn/src/asm/bconv2d_int8_DIDO_impl.S: Error: Multiple definition of 'bconv2d_int8_DIDO_impl.maxtimers'
bnn_conv2d_int8_out.c: Error: first defined here
lib_nn/lib_nn/src/asm/bconv2d_int8_DIDO_impl.S: Error: Multiple definition of 'bconv2d_int8_DIDO_impl.maxchanends'
bnn_conv2d_int8_out.c: Error: first defined here
The text was updated successfully, but these errors were encountered:
When compiling with the
-DNN_USE_REF
flag, the following linker errors occur:The text was updated successfully, but these errors were encountered: