Skip to content

Commit

Permalink
Remove spurious comments from VhloTypes.td
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Dec 2, 2024
1 parent db2ce93 commit f48480a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stablehlo/dialect/VhloTypes.td
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def VHLO_TupleV1 : VHLO_TypeDef<"TupleV1", "tuple_v1", "0.9.0", "current"> {
let assemblyFormat = "`<` $types `>`";
}

// TODO(#8): UniformQuantized is not part of the StableHLO spec.
// At the moment, it is used to represent uniform quantization, and we're
// planning to look into it as part of the work on speccing quantization.
def VHLO_APFloatV1 : APFloatParameter<""> {
Expand Down

0 comments on commit f48480a

Please sign in to comment.