We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d35ded commit 66bd9e3Copy full SHA for 66bd9e3
third_party/amd/include/Utils/Utility.h
@@ -6,6 +6,8 @@
6
#include <vector>
7
namespace mlir::LLVM::AMD {
8
9
+using llvm::ArrayRef;
10
+
11
template <typename T, typename U, typename BinaryOp>
12
std::vector<unsigned> multiDimElementwise(const ArrayRef<T> &lhs,
13
const ArrayRef<U> &rhs, BinaryOp op) {
0 commit comments