From 05f0fe85cf3213267a1551b53ef54c290714eae9 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Sat, 2 Dec 2023 19:05:15 +0100 Subject: [PATCH] [scripts] Fix missing kernels in script --- scripts/check_cycles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check_cycles.py b/scripts/check_cycles.py index 8e18cc6e8..575fba32a 100644 --- a/scripts/check_cycles.py +++ b/scripts/check_cycles.py @@ -36,6 +36,8 @@ 'exp' : 500, 'softmax' : 500, 'pathfinder' : 500, + 'dotproduct' : 500, + 'fdotproduct': 500, 'roi_align' : 500, }