Skip to content

Commit

Permalink
Grouper: implement dummy write
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Zhang Jian <[email protected]>
  • Loading branch information
jerryzj committed Jul 15, 2024
1 parent 5589e70 commit 49908ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rvv-intrinsic-generator/rvv_intrinsic_gen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ def inst_group_prologue(self):
def inst_group_epilogue(self):
return ""

def write(self, text):
pass

def func(self, inst_info, name, return_type, **kwargs):

func_name = Generator.func_name(name)
Expand Down

0 comments on commit 49908ba

Please sign in to comment.