Merge pull request #78 from tum-ei-eda/fix-lstm-s8 #65
Annotations
3 warnings and 3 notices
Source/FullyConnectedFunctions/muriscv_nn_vector_sum_s8.c#L61
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
|
Source/FullyConnectedFunctions/muriscv_nn_vector_sum_s8.c#L65
Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Source/ActivationFunctions/muriscv_nn_activation_s16.c#L1
File Source/ActivationFunctions/muriscv_nn_activation_s16.c does not conform to Custom style guidelines. (lines 52, 53, 54, 55, 119)
|
Source/BasicMathFunctions/muriscv_nn_elementwise_mul_s16_s8.c#L1
File Source/BasicMathFunctions/muriscv_nn_elementwise_mul_s16_s8.c does not conform to Custom style guidelines. (lines 48, 49, 50, 51, 52, 53, 54, 55, 61, 64, 65, 66, 68, 69, 71, 73, 74, 76, 77, 79, 80, 81, 83, 84, 85, 87, 88, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119)
|
Source/FullyConnectedFunctions/muriscv_nn_vector_sum_s8.c#L1
File Source/FullyConnectedFunctions/muriscv_nn_vector_sum_s8.c does not conform to Custom style guidelines. (lines 52, 53, 54, 55, 56, 69, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 88, 90, 91, 92, 93, 95, 96, 98, 99, 101, 102, 104, 105, 107, 108, 109, 110, 111, 112, 114, 115, 116, 117, 118, 119, 121, 123, 124, 125, 127, 129, 131, 133, 134, 135, 136, 138, 139, 141, 142, 143, 145, 146, 147, 148, 150, 161)
|
The logs for this run have expired and are no longer available.
Loading