Skip to content

Commit eefb7c3

Browse files
committed
Calling correct function
1 parent 28c4b39 commit eefb7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming_examples/basic/vector_reduce_min/vector_reduce_min.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def my_reduce_min():
3636

3737
# AIE Core Function declarations
3838
reduce_add_vector = Kernel(
39-
"reduce_min_vector_cpp(int*, int*, int)",
39+
"reduce_min_vector(int*, int*, int)",
4040
"reduce_min.cc.o",
4141
[in_ty, out_ty, np.int32],
4242
)

0 commit comments

Comments
 (0)