Add scf-codegen tests

This commit is contained in:
Yan Da
2022-04-10 15:49:09 +08:00
parent 9c7b3d5173
commit 19f81b7dea
3 changed files with 402 additions and 1 deletions

View File

@@ -47,3 +47,5 @@ except:
mod_nested_if, ctx_nested_if = nested_if.compile_to_ttir(2, 4, 3, grid=(1,))
mod_nested_if.dump()
print(mod_nested_if.str())