Skip to content

Commit c6fe75b

Browse files
committed
Add missing import for LIMITS in benchmarks
1 parent 9674ab1 commit c6fe75b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef TRITONBENCHMARK_FMHA_FWD_V5_H
1717
#define TRITONBENCHMARK_FMHA_FWD_V5_H
1818

19+
#include <cmath>
20+
1921
#include "fmha_policy_v2.h"
2022
#include "fmha_utils.h"
2123
#include "xetla.hpp"

0 commit comments

Comments
 (0)