XXXiong commited on
Commit
e374421
·
verified ·
1 Parent(s): b5ec529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ A,array,20/30
94
  B,array,30/25
95
  """
96
 
97
- prompt = """Your task is to optimize the following HLS kernel by inserting `#pragma` directives
98
  to enhance loops and arrays for lower latency and relatively low resource utilization.
99
  You may use the following pragma types:
100
 
 
94
  B,array,30/25
95
  """
96
 
97
+ prompt = f"""Your task is to optimize the following HLS kernel by inserting `#pragma` directives
98
  to enhance loops and arrays for lower latency and relatively low resource utilization.
99
  You may use the following pragma types:
100