[all-commits] [llvm/llvm-project] 70f102: [mlir][py-bindings] Fix include issue introduced b...
Nicolas Agostini via All-commits
all-commits at lists.llvm.org
Fri Jun 10 13:44:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70f1021431a625985c00141329c359babecc2c29
https://github.com/llvm/llvm-project/commit/70f1021431a625985c00141329c359babecc2c29
Author: agostini01 <n.b.agostini at gmail.com>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M mlir/python/mlir/dialects/GPUOps.td
Log Message:
-----------
[mlir][py-bindings] Fix include issue introduced by D127352
Using:
-DMLIR_ENABLE_BINDINGS_PYTHON=ON
Resulted in a failed build due to changes implemented by
https://reviews.llvm.org/D127352
This updates the include line
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D127523
More information about the All-commits
mailing list