Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CRobeck committed Feb 7, 2025
1 parent ae759ce commit 2e9a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/proton/tutorials/matmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def perf(ms):
if args.profile:
if args.pcsampling:
# proton-viewer -m num_samples/%,time/s ./matmul.hatchet
proton.start("matmul", hook="triton", backend="cupti_pcsampling")
proton.start("matmul", hook="triton", backend="cupti_pcsampling")
else:
# proton-viewer -m tflop/s,time/s ./matmul.hatchet
proton.start("matmul", hook="triton")
Expand Down

0 comments on commit 2e9a9f4

Please sign in to comment.