Skip to content

Commit

Permalink
Use func.func in IR instead of just func.
Browse files Browse the repository at this point in the history
The func prefix will become mandatory.

PiperOrigin-RevId: 447660854
  • Loading branch information
akuegel authored and Copybara-Service committed May 10, 2022
1 parent 7fd1a26 commit 6c9787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir_tests/bef_perf/gen_benchmark_mlir_lib.py
Expand Up @@ -44,7 +44,7 @@ def generate_benchmark_mlir(func_name, body):
body = _indent_lines(body, indentation=4)

return """
func @{func_name}() {{
func.func @{func_name}() {{
tfrt_test.benchmark "{func_name}"()
duration_secs = 10,
max_count = 1000000,
Expand Down

0 comments on commit 6c9787d

Please sign in to comment.