Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update math
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 21, 2024
1 parent a1e33bb commit c5fd1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_speed/vectors/ele_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
#include "vectors/cpu/vec.hpp"
#include "vectors/ele_reduce.h"
#include "cmath"
#include <math.h>

void ne_vec_norm_f32_(const int n, float* s, const float* x) {
float sum = 0.0;
Expand Down

0 comments on commit c5fd1cf

Please sign in to comment.