Skip to content

Commit

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

// 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<""> {
let parser = [{
[&]() -> FailureOr<llvm::APFloat> {
Expand Down

0 comments on commit 3d65ebe

Please sign in to comment.