Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ESI-SYD committed May 10, 2024
1 parent 07b2d64 commit a3dd01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/xetla_benchmark/fused_softmax.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def softmax(x):
@triton.testing.perf_report(
triton.testing.Benchmark(
x_names=['N'], # argument names to use as an x-axis for the plot
#x_vals=[256, 1024, 2048, 4096], # different possible values for `x_name`
x_vals=[4096], # different possible values for `x_name`
x_vals=[256, 1024, 2048, 4096], # different possible values for `x_name`
# x_vals=[4096], # different possible values for `x_name`
line_arg='provider', # argument name whose value corresponds to a different line in the plot
line_vals=[
'triton',
Expand Down

0 comments on commit a3dd01b

Please sign in to comment.