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
aeacb415
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "29b354e072c302a5bb59fd637d63d51a94721438"
Unverified
Commit
aeacb415
authored
Jul 28, 2022
by
Chris Austen
Committed by
GitHub
Jul 28, 2022
Browse files
backout devel package (#1321)
parent
92334dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
CMakeLists.txt
CMakeLists.txt
+8
-8
No files found.
CMakeLists.txt
View file @
aeacb415
...
...
@@ -221,6 +221,14 @@ rocm_enable_cppcheck(
enable_testing
()
include
(
ROCMCreatePackage
)
rocm_create_package
(
NAME MIGraphX
DESCRIPTION
"AMD's graph optimizer"
MAINTAINER
"Paul Fultz II <paul.fultz@amd.com>"
LDCONFIG
PTH
DEPENDS miopen-hip rocblas hip-rocclr hip-base half
)
set
(
CMAKE_LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
set
(
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
...
...
@@ -238,11 +246,3 @@ foreach(py_file ${backend_files})
endforeach
(
py_file
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/test/py/onnx_backend_test.py
${
DEST_DIR
}
/onnx_backend_test.py COPYONLY
)
rocm_create_package
(
NAME MIGraphX
DESCRIPTION
"AMD's graph optimizer"
MAINTAINER
"Paul Fultz II <paul.fultz@amd.com>"
LDCONFIG
PTH
DEPENDS miopen-hip rocblas hip-rocclr hip-base half
)
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