Instructions to use XXXiong/ChatHLS-HLSTuner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update README.md
Browse files
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 |
|