Skip to content

Commit 66bd9e3

Browse files
karupayunchsigg
authored andcommitted
Fix breakage in Utility.h for llvm update
1 parent 8d35ded commit 66bd9e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/amd/include/Utils/Utility.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <vector>
77
namespace mlir::LLVM::AMD {
88

9+
using llvm::ArrayRef;
10+
911
template <typename T, typename U, typename BinaryOp>
1012
std::vector<unsigned> multiDimElementwise(const ArrayRef<T> &lhs,
1113
const ArrayRef<U> &rhs, BinaryOp op) {

0 commit comments

Comments
 (0)