(
rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"),
compute: T.Buffer((T.int64(2), T.int64(4)), "float32"),
)
| 56 | |
| 57 | @T.prim_func(s_tir=True) |
| 58 | def exp( |
| 59 | rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), |
| 60 | compute: T.Buffer((T.int64(2), T.int64(4)), "float32"), |
| 61 | ): |
| 62 | T.evaluate(0) |
| 63 | |
| 64 | @T.prim_func(s_tir=True) |
| 65 | def pad( |