Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Sep 3, 2024
1 parent 7ce58dc commit 450a836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stablehlo/integrations/c/StablehloAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ int64_t stablehloGatherDimensionNumbersGetIndexVectorDim(MlirAttribute attr) {
.getIndexVectorDim();
}


//===----------------------------------------------------------------------===//
// DotAlgorithm
//===----------------------------------------------------------------------===//
Expand Down Expand Up @@ -262,7 +261,7 @@ int64_t stablehloDotAlgorithmGetNumPrimitiveOperations(MlirAttribute attr) {
.getNumPrimitiveOperations();
}

bool stablehloDotAlgorithmGetAllowImpreciseAccumulation(MlirAttribute attr){
bool stablehloDotAlgorithmGetAllowImpreciseAccumulation(MlirAttribute attr) {
return llvm::cast<mlir::stablehlo::DotAlgorithmAttr>(unwrap(attr))
.getAllowImpreciseAccumulation();
}
Expand Down

0 comments on commit 450a836

Please sign in to comment.