nx_f32_conv2d_backward_fast_gate.nx
buildroot/runtime/nx_f32_conv2d_backward_fast_gate.nx
about
nx_f32_conv2d_backward_fast_gate.nx -- proves nx_f32_conv2d_backward_fast == nx_f32_conv2d_backward (bit-exact on
integer values, stride 1 and 2) for dWeight, dBias, dInput; + measures the speedup. expect_exit: 0
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_f32_cvt.nxnx_f32_conv2d_backward.nxnx_f32_conv2d_backward_fast.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
| 8 | func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return sys_write(1,s,n) } |
| 9 | func gn(v: i64) -> i64 { let bb:*u8=sys_mmap(28); var m:i64=v; if m<0{sys_write(1,"-" as *u8,1);m=0-m} let t:*u8=sys_mmap(28); var k:i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i:i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} return sys_write(1,bb,k) } |
| 10 | func same(a: *i64, b: *i64, n: i64) -> i64 { var i: i64=0; while i<n { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } |
| 12 | func chk(inp: *i64, W: *i64, dout: *i64, Cin: i64, H: i64, Wd: i64, Cout: i64, KH: i64, KW: i64, st: i64, pd: i64, tag: *u8) -> i64 |
| 23 | func main(argc: i64, argv: *i64) -> i64 |