Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bconv2d_int8_DIDO kernel may not have proper respect for the -DNN_USE_REF flag #44

Open
keithm-xmos opened this issue Mar 17, 2021 · 0 comments
Assignees

Comments

@keithm-xmos
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants