fix readme
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Then open http://localhost:8000 in your browser.
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
| 63 |
-
## �
|
| 64 |
|
| 65 |
```
|
| 66 |
ROCmPort AI/
|
|
@@ -294,34 +294,6 @@ uvicorn main:app --host 0.0.0.0 --port 8000
|
|
| 294 |
|
| 295 |
---
|
| 296 |
|
| 297 |
-
## 🎤 Demo Script (60 seconds)
|
| 298 |
-
|
| 299 |
-
"Welcome to ROCmPort AI! Watch as we transform CUDA code into optimized AMD ROCm in real-time."
|
| 300 |
-
|
| 301 |
-
*[Paste matrix_multiply.cu code]*
|
| 302 |
-
|
| 303 |
-
"Our AI analyzer detects the warp size issue - this kernel assumes 32-thread warps but AMD uses 64-thread wavefronts."
|
| 304 |
-
|
| 305 |
-
*[Show translator running with hipify + LLM correction]*
|
| 306 |
-
|
| 307 |
-
"The translator fixes the mechanical changes, but our optimizer finds opportunities for shared memory tiling."
|
| 308 |
-
|
| 309 |
-
*[Show first optimization attempt with 0.85x speedup]*
|
| 310 |
-
|
| 311 |
-
"Most tools would stop here. But ROCmPort AI detects the performance regression and automatically retries."
|
| 312 |
-
|
| 313 |
-
*[Show second optimization with 1.31x speedup]*
|
| 314 |
-
|
| 315 |
-
"Now we have 54% better performance! The verification layer confirms the output is mathematically correct."
|
| 316 |
-
|
| 317 |
-
*[Show final report with cost savings]*
|
| 318 |
-
|
| 319 |
-
"This saves 3-6 weeks of manual work and $20,000+ in engineering costs."
|
| 320 |
-
|
| 321 |
-
"Most tools stop at translation. We go further - we prove the code actually runs better on AMD."
|
| 322 |
-
|
| 323 |
-
---
|
| 324 |
-
|
| 325 |
## 👤 Creator
|
| 326 |
|
| 327 |
**Tazwar Ahnaf Enan**
|
|
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
| 63 |
+
## � Project Structure
|
| 64 |
|
| 65 |
```
|
| 66 |
ROCmPort AI/
|
|
|
|
| 294 |
|
| 295 |
---
|
| 296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
## 👤 Creator
|
| 298 |
|
| 299 |
**Tazwar Ahnaf Enan**
|