Skip to content

[Tosa] TosaToLinalg: link in Index dialect #89318

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

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

dtzSiFive
Copy link
Contributor

This is needed now that this depends on it:
ee0284e

This is needed now that this depends on it:
ee0284e
@llvmbot
Copy link
Member

llvmbot commented Apr 18, 2024

@llvm/pr-subscribers-mlir

Author: Will Dietz (dtzSiFive)

Changes

This is needed now that this depends on it:
ee0284e


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

1 Files Affected:

  • (modified) mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt (+3-2)
diff --git a/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt b/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
index 4b79bf82810c58..5123c2a7cf9162 100644
--- a/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
+++ b/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
@@ -15,13 +15,14 @@ add_mlir_conversion_library(MLIRTosaToLinalg
   MLIRArithDialect
   MLIRDialectUtils
   MLIRIR
+  MLIRIndexDialect
   MLIRLinalgDialect
   MLIRLinalgUtils
   MLIRMathDialect
   MLIRPass
+  MLIRSupport
   MLIRTensorDialect
-  MLIRTransforms
   MLIRTosaDialect
   MLIRTosaTransforms
-  MLIRSupport
+  MLIRTransforms
   )

@llvmbot
Copy link
Member

llvmbot commented Apr 18, 2024

@llvm/pr-subscribers-mlir-linalg

Author: Will Dietz (dtzSiFive)

Changes

This is needed now that this depends on it:
ee0284e


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

1 Files Affected:

  • (modified) mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt (+3-2)
diff --git a/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt b/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
index 4b79bf82810c58..5123c2a7cf9162 100644
--- a/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
+++ b/mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
@@ -15,13 +15,14 @@ add_mlir_conversion_library(MLIRTosaToLinalg
   MLIRArithDialect
   MLIRDialectUtils
   MLIRIR
+  MLIRIndexDialect
   MLIRLinalgDialect
   MLIRLinalgUtils
   MLIRMathDialect
   MLIRPass
+  MLIRSupport
   MLIRTensorDialect
-  MLIRTransforms
   MLIRTosaDialect
   MLIRTosaTransforms
-  MLIRSupport
+  MLIRTransforms
   )

@dtzSiFive dtzSiFive mentioned this pull request Apr 18, 2024
@joker-eph
Copy link
Collaborator

Thanks! Merging now because it fixes a broken bot.

@joker-eph joker-eph merged commit 8fb7ddf into llvm:main Apr 18, 2024
@dtzSiFive dtzSiFive deleted the fix/tosa-to-linalg-link-index branch April 18, 2024 23:43
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