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
76022598
Unverified
Commit
76022598
authored
Jul 12, 2022
by
Chris Austen
Committed by
GitHub
Jul 12, 2022
Browse files
create the dev package (#1293)
Enable the migraphx-dev package when using make|rbuild package
parent
fefbe99d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
CMakeLists.txt
CMakeLists.txt
+9
-8
No files found.
CMakeLists.txt
View file @
76022598
...
@@ -253,14 +253,6 @@ rocm_enable_cppcheck(
...
@@ -253,14 +253,6 @@ rocm_enable_cppcheck(
enable_testing
()
enable_testing
()
include
(
ROCMCreatePackage
)
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_LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
set
(
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
set
(
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
...
@@ -277,3 +269,12 @@ foreach(py_file ${backend_files})
...
@@ -277,3 +269,12 @@ foreach(py_file ${backend_files})
configure_file
(
${
py_file
}
${
DEST_DIR
}
/lib/onnx_migraphx/. COPYONLY
)
configure_file
(
${
py_file
}
${
DEST_DIR
}
/lib/onnx_migraphx/. COPYONLY
)
endforeach
(
py_file
)
endforeach
(
py_file
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/test/py/onnx_backend_test.py
${
DEST_DIR
}
/onnx_backend_test.py COPYONLY
)
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