Skip to content

Commit

Permalink
[mlir][py-bindings] Fix include issue introduced by D127352
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agostini01 authored and Mogball committed Jun 10, 2022
1 parent 3cd4531 commit 70f1021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/python/mlir/dialects/GPUOps.td
Expand Up @@ -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

0 comments on commit 70f1021

Please sign in to comment.