Skip to content

Commit

Permalink
Fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Shao committed Jun 28, 2024
1 parent d59ede3 commit 9843cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/tir/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ def vectorcombine(dtype, vec1, vec2):
return call_intrin(dtype, "tir.vectorcombine", vec1, vec2)


def dp4a(vec1, vec2, acc = 0):
def dp4a(vec1, vec2, acc=0):
"""Dot product of two int8x4 vectors and add an optional accumulation
Parameters
Expand Down

0 comments on commit 9843cc5

Please sign in to comment.