-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am getting an error when building an app that uses fastconv as dependency via fpm
build/dependencies/fastconv/src/conv1d/conv1d_simd_core.c:66:13: error: use of undeclared identifier 'kernel_length'
assert((kernel_length % 4) == 0);
^
1 error generated.
[ 21%] conv1d_simd_core.c done.
build/dependencies/fastconv/src/conv1d/conv1d_simd_core.c:66:13: error: use of undeclared identifier 'kernel_length'
assert((kernel_length % 4) == 0);
^
1 error generated.
<ERROR> Compilation failed for object " build_dependencies_fastconv_src_conv1d_conv1d_simd_core.c.o "
<ERROR> stopping due to failed compilation
STOP 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels