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
ee49391e
"src/vscode:/vscode.git/clone" did not exist on "9cbbbbc6df9c243a65f64539846afad295696209"
Commit
ee49391e
authored
Aug 29, 2018
by
mei-ye
Browse files
staging
parent
48847a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CMakeLists.txt
CMakeLists.txt
+0
-1
src/opt/common_header.hpp
src/opt/common_header.hpp
+1
-1
No files found.
CMakeLists.txt
View file @
ee49391e
...
...
@@ -18,7 +18,6 @@ else()
set
(
MIGRAPH_ENABLE_GPU Off CACHE BOOL
""
)
endif
()
#add_compile_options(-std=c++14 -g -O0)
add_compile_options
(
-std=c++14
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake
)
...
...
src/opt/common_header.hpp
View file @
ee49391e
...
...
@@ -11,7 +11,7 @@
#include <vector>
#include <queue>
#define DEBUG_OPT
//
#define DEBUG_OPT
#ifdef DEBUG_OPT
#define DEBUG(s) s
...
...
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