Skip to content

Commit

Permalink
update bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuke Wang committed Jul 21, 2021
1 parent 4f1cab0 commit 34b4194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cutlass_kernel/run-conv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import os

os.system("./bench_conv.bin --benchmark --iteration 1000")
2 changes: 1 addition & 1 deletion cutlass_kernel/run-gemm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import os

B = 64
Expand Down

0 comments on commit 34b4194

Please sign in to comment.