Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 12, 2021
1 parent 038d3ac commit d4b9063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/sve/ceed-sve-tensor-f64.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline int CeedTensorContract_Sve_Blocked(CeedTensorContract contract,
do {
// Load u, v into vectors
svfloat64_t u_vec = svld1(pg, &u[(a*B+b)*C+c]);
.lb v_vec = svld1(pg, &v[(a*J+j+jj)*C+c]);
svfloat64_t v_vec = svld1(pg, &v[(a*J+j+jj)*C+c]);
// Basis matrix value
double tq = t[(j+jj)*t_stride_0 + b*t_stride_1];
// fmadd
Expand Down

0 comments on commit d4b9063

Please sign in to comment.