Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
1ac17a13
"docs/vscode:/vscode.git/clone" did not exist on "e5c34ea968e2c974bb336e76af4932739322dbdc"
Commit
1ac17a13
authored
Nov 16, 2021
by
Paul
Browse files
Update message
parent
c59d175c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/CMakeLists.txt
src/targets/gpu/CMakeLists.txt
+2
-2
No files found.
src/targets/gpu/CMakeLists.txt
View file @
1ac17a13
...
@@ -295,9 +295,9 @@ if(MIGRAPHX_ENABLE_MLIR)
...
@@ -295,9 +295,9 @@ if(MIGRAPHX_ENABLE_MLIR)
lib/ lib/lib
)
lib/ lib/lib
)
# REQUIRED is not supported before cmake 3.18
# REQUIRED is not supported before cmake 3.18
if
(
NOT MLIRAPI_LIBRARY
)
if
(
NOT MLIRAPI_LIBRARY
)
message
(
FATAL_ERROR
"libMLIR
PublicAPI
not found"
)
message
(
FATAL_ERROR
"libMLIR
MIOpen
not found"
)
else
()
else
()
message
(
STATUS
"Build with libMLIR
PublicAPI
: "
${
MLIRAPI_LIBRARY
}
)
message
(
STATUS
"Build with libMLIR
MIOpen
: "
${
MLIRAPI_LIBRARY
}
)
endif
()
endif
()
find_path
(
MLIRAPI_HEADERS NAMES mlir-c/Dialect/MIGraphX.h
)
find_path
(
MLIRAPI_HEADERS NAMES mlir-c/Dialect/MIGraphX.h
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment