Skip to content

Commit

Permalink
call symmetric impl
Browse files Browse the repository at this point in the history
  • Loading branch information
pguthrey committed Nov 23, 2024
1 parent 3298c9a commit 5e593d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/EDGE3D.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ RAJA_INLINE void symmetric_edge_MpSmatrix(
rajaperf::Real_type Y[NB] = {y0[i],y1[i],y2[i],y3[i],y4[i],y5[i],y6[i],y7[i]};\
rajaperf::Real_type Z[NB] = {z0[i],z1[i],z2[i],z3[i],z4[i],z5[i],z6[i],z7[i]};\
rajaperf::Real_type edge_matrix[EB][EB];\
edge_MpSmatrix(X, Y, Z, 1.0, 1.0, 0.0, 1.0, NQ_1D, edge_matrix);\
symmetric_edge_MpSmatrix(X, Y, Z, 1.0, 1.0, 0.0, 1.0, NQ_1D, edge_matrix);\
rajaperf::Real_type local_sum = 0.0;\
for (rajaperf::Int_type m = 0; m < EB; m++) {\
rajaperf::Real_type check = 0.0;\
Expand Down

0 comments on commit 5e593d5

Please sign in to comment.