Skip to content

Commit

Permalink
Switch llo and tpu dialects to MLIR properties.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622760469
  • Loading branch information
chsigg authored and jax authors committed Apr 8, 2024
1 parent f2fc72d commit 5d54043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jaxlib/mosaic/dialect/tpu/tpu.td
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def TPU_Dialect : Dialect {
let cppNamespace = "::mlir::tpu";
let useDefaultAttributePrinterParser = 1;
let useDefaultTypePrinterParser = 1;
let usePropertiesForAttributes = 0;
}

class TPU_Attr<string name, string mnemonic_, list<Trait> traits = []>
Expand Down

0 comments on commit 5d54043

Please sign in to comment.