[PATCH] D75192: [mlir][vulkan-runner] Update mlir-vulkan-runner execution driver.

Denis Khalikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 02:19:24 PDT 2020


denis13 added a comment.

In D75192#1915612 <https://reviews.llvm.org/D75192#1915612>, @jpienaar wrote:

> 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]};
>                                                             ^


Sorry about it, should be fixed by https://github.com/llvm/llvm-project/commit/5b0c60c58ea426b215cfd2970c9eaa6eb5b42026


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