-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gavin Zhao <[email protected]>
- Loading branch information
1 parent
4d47283
commit fde1ece
Showing
3 changed files
with
380 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 8f43885b05c8c398225c1b702570391f67dd65f9 Mon Sep 17 00:00:00 2001 | ||
From: Condor <[email protected]> | ||
Date: Thu, 5 Sep 2024 20:20:02 +0300 | ||
Subject: [PATCH] Fix issue 1620 | ||
|
||
--- | ||
mlir/lib/Conversion/TosaToRock/CMakeLists.txt | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/mlir/lib/Conversion/TosaToRock/CMakeLists.txt b/mlir/lib/Conversion/TosaToRock/CMakeLists.txt | ||
index ec003c79cf45..8bf8d205253e 100644 | ||
--- a/mlir/lib/Conversion/TosaToRock/CMakeLists.txt | ||
+++ b/mlir/lib/Conversion/TosaToRock/CMakeLists.txt | ||
@@ -7,7 +7,9 @@ add_rocmlir_conversion_library(MLIRTosaToRock | ||
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR | ||
|
||
DEPENDS | ||
+ MLIRRockPassIncGen | ||
MLIRConversionPassIncGen | ||
+ RocMLIRConversionPassIncGen | ||
|
||
LINK_LIBS PUBLIC | ||
MLIRIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.