Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Cunxiao2002 committed Oct 22, 2024
1 parent 77f0f4d commit 49b6920
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion testing/python/amd/test_arch_rdna_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ def main(a: T.handle, b: T.handle, c: T.handle):
policy = DefaultPolicy(func=func, arch=arch)

configs = policy.emit_config(topk=20)
print(configs)
#print(configs)

cpresults, best = apply_and_build(func, configs, arch, parallel_build=True)

print(cpresults)
print(best)
print(best.code)

0 comments on commit 49b6920

Please sign in to comment.