[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
This commit is contained in:
agostini01
2022-06-10 20:42:16 +00:00
committed by Mogball
parent 3cd4531b9b
commit 70f1021431

View File

@@ -10,6 +10,6 @@
#define PYTHON_BINDINGS_GPU_OPS
include "mlir/Bindings/Python/Attributes.td"
include "mlir/Dialect/GPU/GPUOps.td"
include "mlir/Dialect/GPU/IR/GPUOps.td"
#endif