Skip to content

Commit

Permalink
adding vector add to CI
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 16d2a49
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", "vector_add"],
]

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

0 comments on commit 16d2a49

Please sign in to comment.