Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to removed method. #96315

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

RoboTux
Copy link
Contributor

@RoboTux RoboTux commented Jun 21, 2024

Methodes were removed in dc37dc8.

Methodes were removed in dc37dc8.

Change-Id: I6c0115a75c86a0e5b7badf2a0106cfd7a630adf9
@llvmbot
Copy link
Collaborator

llvmbot commented Jun 21, 2024

@llvm/pr-subscribers-mlir-linalg

@llvm/pr-subscribers-mlir

Author: Thomas Preud'homme (RoboTux)

Changes

Methodes were removed in dc37dc8.


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

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Linalg/Utils/Utils.h (-2)
diff --git a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
index b3397ae131b56..65a1a8b42e149 100644
--- a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
+++ b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
@@ -219,7 +219,6 @@ struct FusionInfo {
   LinalgOp fusedProducer;
 };
 
-/// Tensor counterpart of `fuseProducerOfBuffer`.
 /// This implements the fusion part of the "tileAndFuse on tensors"
 /// transformation and thus requires the `consumerOpOperand` to be a
 /// `extract_slice` op (generally obtained by applying the tiling
@@ -227,7 +226,6 @@ struct FusionInfo {
 FailureOr<FusionInfo> fuseProducerOfTensor(OpBuilder &b,
                                            OpOperand &consumerOpOperand);
 
-/// Tensor counterpart of `fuseProducerOfBuffer`.
 /// This implements the fusion part of the "tileAndFuse on tensors"
 /// transformation and thus requires the `consumerOpOperand` to be a
 /// `extract_slice` op (generally obtained by applying the tiling

@RoboTux RoboTux requested a review from pifon2a June 21, 2024 14:54
@RoboTux RoboTux merged commit 53e577a into main Jun 24, 2024
10 checks passed
@RoboTux RoboTux deleted the users/thopre/delete_outdated_comment branch June 24, 2024 10:35
AlexisPerry pushed a commit to llvm-project-tlp/llvm-project that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants