Skip to content

Commit

Permalink
adding vector add to CI (#2440)
Browse files Browse the repository at this point in the history
Summary:

nothing

Differential Revision: D61819148
  • Loading branch information
adamomainz authored and facebook-github-bot committed Aug 26, 2024
1 parent b0ae45a commit 1597e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userbenchmark/triton/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

CI_TESTS = [
["--op", "softmax", "--num-inputs", "10"],
["--op", "sum"],
]

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

0 comments on commit 1597e0a

Please sign in to comment.