Skip to content

Conversation

@clementval
Copy link
Contributor

No description provided.

@clementval clementval requested a review from d0k April 24, 2025 19:40
@llvmbot llvmbot added mlir mlir:complex MLIR complex dialect labels Apr 24, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 24, 2025

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-complex

Author: Valentin Clement (バレンタイン クレメン) (clementval)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/137240.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td (+1-1)
diff --git a/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td b/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
index d660292478b19..44590406301eb 100644
--- a/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
+++ b/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
@@ -432,7 +432,7 @@ def NotEqualOp : Complex_Op<"neq",
 def PowOp : ComplexArithmeticOp<"pow"> {
   let summary = "complex power function";
   let description = [{
-    The `sqrt` operation takes a complex number raises it to the given complex
+    The `pow` operation takes a complex number raises it to the given complex
     exponent.
 
     Example:

@clementval clementval merged commit 63f5c6a into main Apr 24, 2025
9 of 13 checks passed
@clementval clementval deleted the users/clementval/complex1 branch April 24, 2025 19:54
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mlir:complex MLIR complex dialect mlir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants