[PATCH] D75192: [mlir][vulkan-runner] Update mlir-vulkan-runner execution driver.
Jacques Pienaar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 13:39:56 PDT 2020
jpienaar added a comment.
This seems to have broken build on gcc 5:
error: converting to 'std::tuple<mlir::Value, mlir::Value>' from initializer list would use explicit constructor 'constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with _T1 = mlir::Value; _T2 = mlir::Value]'
operands[numConfigOps + index * loweredMemRefNumOps1D + 3]};
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75192/new/
https://reviews.llvm.org/D75192
More information about the llvm-commits
mailing list