code wiki / _hdl_build / nx_mmaemit.nx
nx_mmaemit.nx
buildroot/runtime/_hdl_build/nx_mmaemit.nx
about
nx_mmaemit.nx -- emit the EXACT 128-bit SASS our sovereign nx_mma_asm encoder produces for the two HMMA
instructions in mma_test.cubin (@0x190 R20,R4,R16,RZ and @0x1a0 R16,R4,R18,RZ), plus a corrupted variant
(ra 4->6) as a negative control. The host splices these OUR-bytes into the cubin and runs on the 5080.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_mma_asm.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 7 | func puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 8 | func puth(v: i64) -> i64 |
| 22 | func main() -> i64 |