More progress on WhileOp
This commit is contained in:
@@ -47,6 +47,5 @@ z = torch.empty_like(x)
|
||||
# add_kernel[(1,)](x, y, z, size, 256)
|
||||
# print(add_kernel[(1,)].kernel.compile_to_ttir())
|
||||
mod, ctx = add_kernel.compile_to_ttir(x, y, z, size, 128, 8, grid=(1,))
|
||||
mod.get_context()
|
||||
mod.dump()
|
||||
# print(mod)
|
||||
|
||||
Reference in New Issue
Block a user