From 450a836878319b7e0cd06722a83243a7638755c9 Mon Sep 17 00:00:00 2001 From: Kevin Gleason Date: Tue, 3 Sep 2024 17:30:29 +0000 Subject: [PATCH] clang-format --- stablehlo/integrations/c/StablehloAttributes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stablehlo/integrations/c/StablehloAttributes.cpp b/stablehlo/integrations/c/StablehloAttributes.cpp index 1b3cf1c2c42..4f888c3d4bc 100644 --- a/stablehlo/integrations/c/StablehloAttributes.cpp +++ b/stablehlo/integrations/c/StablehloAttributes.cpp @@ -212,7 +212,6 @@ int64_t stablehloGatherDimensionNumbersGetIndexVectorDim(MlirAttribute attr) { .getIndexVectorDim(); } - //===----------------------------------------------------------------------===// // DotAlgorithm //===----------------------------------------------------------------------===// @@ -262,7 +261,7 @@ int64_t stablehloDotAlgorithmGetNumPrimitiveOperations(MlirAttribute attr) { .getNumPrimitiveOperations(); } -bool stablehloDotAlgorithmGetAllowImpreciseAccumulation(MlirAttribute attr){ +bool stablehloDotAlgorithmGetAllowImpreciseAccumulation(MlirAttribute attr) { return llvm::cast(unwrap(attr)) .getAllowImpreciseAccumulation(); }