Skip to content

Commit 3a275a4

Browse files
authored
Fix Azure builds (#1884)
Fix azure builds as it is failing currently with undefined "assert" macro error
1 parent 9d4f0db commit 3a275a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/utils/performance/common/benchmarkUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "hip_f8_impl.h"
1313

1414
#include <algorithm>
15+
#include <cassert>
1516
#include <iostream>
1617
#include <string>
1718
#include <vector>

0 commit comments

Comments
 (0)