Skip to content

Commit

Permalink
Remove empty line to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
skatrak committed Aug 13, 2024
1 parent 80c7d83 commit 703b52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlir/lib/Conversion/MathToROCDL/MathToROCDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void mlir::populateMathToROCDLConversionPatterns(LLVMTypeConverter &converter,
// Handled by mathToLLVM: math::RoundEvenOp
// Handled by mathToLLVM: math::RoundOp
// Handled by mathToLLVM: math::TruncOp

populateOpPatterns<math::AbsFOp>(converter, patterns, "__ocml_fabs_f32",
"__ocml_fabs_f64");
populateOpPatterns<math::AcosOp>(converter, patterns, "__ocml_acos_f32",
Expand Down

0 comments on commit 703b52e

Please sign in to comment.