Skip to content

Commit

Permalink
Lower case aie, aiex dialects (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 21, 2023
1 parent 70dd297 commit 1028fcd
Show file tree
Hide file tree
Showing 444 changed files with 43,954 additions and 43,980 deletions.
2 changes: 1 addition & 1 deletion include/aie/Dialect/AIE/IR/AIE.td
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
include "mlir/IR/OpBase.td"

def AIE_Dialect : Dialect {
let name = "AIE";
let name = "aie";
let cppNamespace = "::xilinx::AIE";
let description = [{

Expand Down
Loading

0 comments on commit 1028fcd

Please sign in to comment.