Skip to content

Commit bec9334

Browse files
committed
Add PyTorch data into performance comparison
1 parent 0dfaeb0 commit bec9334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

performance_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class KernelInformation:
2828
KernelInformation("attention", "attention-performance.csv", "Sequence Length"),
2929
)
3030

31-
providers = ("Triton", "NineToothed")
31+
providers = ("Triton", "NineToothed", "PyTorch")
3232

3333
num_rows = 2
3434
num_cols = 3

0 commit comments

Comments
 (0)