We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfaeb0 commit bec9334Copy full SHA for bec9334
1 file changed
performance_comparison.py
@@ -28,7 +28,7 @@ class KernelInformation:
28
KernelInformation("attention", "attention-performance.csv", "Sequence Length"),
29
)
30
31
-providers = ("Triton", "NineToothed")
+providers = ("Triton", "NineToothed", "PyTorch")
32
33
num_rows = 2
34
num_cols = 3
0 commit comments