Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
846a0bb6
Commit
846a0bb6
authored
May 17, 2018
by
Paul
Browse files
Move onnx to src directory
parent
330fe429
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
CMakeLists.txt
CMakeLists.txt
+1
-8
frontend/CMakeLists.txt
frontend/CMakeLists.txt
+0
-1
src/CMakeLists.txt
src/CMakeLists.txt
+9
-0
src/onnx/CMakeLists.txt
src/onnx/CMakeLists.txt
+0
-0
src/onnx/onnx.proto
src/onnx/onnx.proto
+0
-0
src/onnx/read_onnx.cpp
src/onnx/read_onnx.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
846a0bb6
...
...
@@ -89,14 +89,7 @@ rocm_enable_cppcheck(
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
add_library
(
rtg
src/program.cpp
src/shape.cpp
)
rocm_clang_tidy_check
(
rtg
)
target_include_directories
(
rtg PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include>
)
add_subdirectory
(
frontend
)
add_subdirectory
(
src
)
add_subdirectory
(
doc
)
add_subdirectory
(
test
)
add_subdirectory
(
tools
)
frontend/CMakeLists.txt
deleted
100644 → 0
View file @
330fe429
add_subdirectory
(
onnx
)
src/CMakeLists.txt
0 → 100644
View file @
846a0bb6
add_library
(
rtg
program.cpp
shape.cpp
)
rocm_clang_tidy_check
(
rtg
)
target_include_directories
(
rtg PUBLIC $<BUILD_INTERFACE:
${
CMAKE_SOURCE_DIR
}
/include>
)
add_subdirectory
(
onnx
)
frontend
/onnx/CMakeLists.txt
→
src
/onnx/CMakeLists.txt
View file @
846a0bb6
File moved
frontend
/onnx/onnx.proto
→
src
/onnx/onnx.proto
View file @
846a0bb6
File moved
frontend
/onnx/read_onnx.cpp
→
src
/onnx/read_onnx.cpp
View file @
846a0bb6
File moved
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