Commit 7a25c5f
fix(compile): opt in to -asm-verbose explicitly; restore get_occupancy
The companion LLVM patch (ROCm/llvm-project#3177) now makes ROCDL's
AsmVerbose an opt-in via `-asm-verbose` in gpu-module-to-binary's `opts`
argument rather than always-on, so pass it explicitly from _dump_isa.
Also restores flydsl.utils.kernel_info.get_occupancy(), which was
dropped from the previous commit by an editing mishap despite still
being imported by tests/unit/test_kernel_info.py.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 0f9ebfc commit 7a25c5f
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
689 | 690 | | |
690 | | - | |
| 691 | + | |
691 | 692 | | |
692 | 693 | | |
693 | 694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments