Skip to content

Commit

Permalink
Fixed error in tablegen include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pthomadakis committed Jun 14, 2024
1 parent 6576d37 commit 1b1cd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/comet/Dialect/IndexTree/IR/IndexTreeOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define INDEXTREE_OPS

include "mlir/IR/OpBase.td"
include "mlir/interfaces/FunctionInterfaces.td"
include "mlir/Interfaces/FunctionInterfaces.td"
include "mlir/IR/SymbolInterfaces.td"
include "mlir/Interfaces/CallInterfaces.td"
include "mlir/Interfaces/CastInterfaces.td"
Expand Down
2 changes: 1 addition & 1 deletion include/comet/Dialect/TensorAlgebra/IR/TAOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


include "mlir/IR/OpBase.td"
include "mlir/interfaces/FunctionInterfaces.td"
include "mlir/Interfaces/FunctionInterfaces.td"
include "mlir/IR/SymbolInterfaces.td"
include "mlir/Interfaces/CallInterfaces.td"
include "mlir/Interfaces/CastInterfaces.td"
Expand Down

0 comments on commit 1b1cd2d

Please sign in to comment.