Skip to content

Commit 1597e0a

Browse files
adamomainzfacebook-github-bot
authored andcommitted
adding vector add to CI (#2440)
Summary: nothing Differential Revision: D61819148
1 parent b0ae45a commit 1597e0a

File tree

1 file changed

+1
-0
lines changed
  • userbenchmark/triton

1 file changed

+1
-0
lines changed

userbenchmark/triton/ci.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
CI_TESTS = [
1212
["--op", "softmax", "--num-inputs", "10"],
13+
["--op", "sum"],
1314
]
1415

1516
def ci_result_to_userbenchmark_json(ci_metrics: List[BenchmarkOperatorResult]) -> Dict[str, Any]:

0 commit comments

Comments
 (0)