Skip to content

Commit

Permalink
Add PyTorch data into performance comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
voltjia committed Jan 14, 2025
1 parent 0dfaeb0 commit bec9334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class KernelInformation:
KernelInformation("attention", "attention-performance.csv", "Sequence Length"),
)

providers = ("Triton", "NineToothed")
providers = ("Triton", "NineToothed", "PyTorch")

num_rows = 2
num_cols = 3
Expand Down

0 comments on commit bec9334

Please sign in to comment.