Skip to content

Commit c355d33

Browse files
HEIR Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 832460681
1 parent 5d7aa03 commit c355d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Examples/plaintext/dot_product_f/dot_product_8f_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TEST(DotProductFTest, Test1) {
3030

3131
StridedMemRefType<float, 2> encArg1;
3232
StridedMemRefType<float> inputs1 = {arg1, arg1, 0, 8, 1};
33-
_mlir_ciface_dot_product__encrypt__arg0(&encArg1, &inputs1);
33+
_mlir_ciface_dot_product__encrypt__arg1(&encArg1, &inputs1);
3434

3535
StridedMemRefType<float, 2> packedRes;
3636
_mlir_ciface_dot_product(&packedRes, &encArg0, &encArg1);

0 commit comments

Comments
 (0)