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
92334dda
Commit
92334dda
authored
Jul 07, 2022
by
Chris Austen
Browse files
Enable -dev pacakges in build
parent
1e2c83ae
Changes
1
Hide 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 @
92334dda
...
@@ -221,14 +221,6 @@ rocm_enable_cppcheck(
...
@@ -221,14 +221,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
)
...
@@ -245,3 +237,12 @@ foreach(py_file ${backend_files})
...
@@ -245,3 +237,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