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
|
@@ -123,15 +123,19 @@ Detailed Reasoning:
|
|
| 123 |
|
| 124 |
Optimization Strategies:
|
| 125 |
```json
|
|
|
|
| 126 |
"Optimization Strategies": [
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
|
|
|
|
|
|
| 134 |
]
|
|
|
|
| 135 |
```
|
| 136 |
"""
|
| 137 |
|
|
|
|
| 123 |
|
| 124 |
Optimization Strategies:
|
| 125 |
```json
|
| 126 |
+
{{
|
| 127 |
"Optimization Strategies": [
|
| 128 |
+
{{
|
| 129 |
+
"Code Segment Before Optimization (Loop/Array)": "[Code line before optimization]",
|
| 130 |
+
"Code Segment After Optimization (Loop/Array)": "[Code line after inserting the pragma]",
|
| 131 |
+
"Reason": "[Explanation of why this pragma was inserted]",
|
| 132 |
+
"Result Analysis": {{
|
| 133 |
+
"Impact of Inserting This Pragma on PPA": "[Description of the impact on Performance, Power, and Area]",
|
| 134 |
+
"Reason": "[Explanation of why this impact occurred based on the performance analysis]"
|
| 135 |
+
}}
|
| 136 |
+
}}
|
| 137 |
]
|
| 138 |
+
}}
|
| 139 |
```
|
| 140 |
"""
|
| 141 |
|