From 1597e0a1ab34b8fa07c8134b9d7bb28fbe3d1d72 Mon Sep 17 00:00:00 2001 From: Adam Mainz Date: Mon, 26 Aug 2024 14:29:57 -0700 Subject: [PATCH] adding vector add to CI (#2440) Summary: nothing Differential Revision: D61819148 --- userbenchmark/triton/ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/userbenchmark/triton/ci.py b/userbenchmark/triton/ci.py index ec4664033..1b5659910 100644 --- a/userbenchmark/triton/ci.py +++ b/userbenchmark/triton/ci.py @@ -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]: