Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Commits
e2fbf270
Commit
e2fbf270
authored
Feb 22, 2019
by
Carlos Alfredo Yeverino Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use EMAMOpt2CPP instead of EMAM2CPP including bugfix for cmake order generation
parent
6863bfb0
Pipeline
#107107
passed with stages
in 3 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
pom.xml
+3
-3
src/test/resources/target_code/CMakeLists.txt
src/test/resources/target_code/CMakeLists.txt
+3
-3
No files found.
pom.xml
View file @
e2fbf270
...
...
@@ -17,7 +17,7 @@
<!-- .. SE-Libraries .................................................. -->
<CNNArch.version>
0.2.7
</CNNArch.version>
<CNNTrain.version>
0.2.5
</CNNTrain.version>
<embedded-montiarc-math-generator>
0.
0.25-20180812.120330-2
</embedded-montiarc-math-generator>
<embedded-montiarc-math-
opt-
generator>
0.
1.4
</embedded-montiarc-math-
opt-
generator>
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
...
...
@@ -89,8 +89,8 @@
<dependency>
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
embedded-montiarc-math-generator
</artifactId>
<version>
${embedded-montiarc-math-generator}
</version>
<artifactId>
embedded-montiarc-math-
opt-
generator
</artifactId>
<version>
${embedded-montiarc-math-
opt-
generator}
</version>
</dependency>
...
...
src/test/resources/target_code/CMakeLists.txt
View file @
e2fbf270
cmake_minimum_required
(
VERSION 3.5
)
set
(
CMAKE_CXX_STANDARD 1
1
)
set
(
CMAKE_CXX_STANDARD 1
4
)
project
(
alexnet LANGUAGES CXX
)
...
...
@@ -16,8 +16,8 @@ set(LIBS ${LIBS} mxnet)
# create static library
include_directories
(
${
INCLUDE_DIRS
}
)
add_library
(
alexnet alexnet.
h
)
target_include_directories
(
alexnet PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
add_library
(
alexnet alexnet.
cpp
)
target_include_directories
(
alexnet PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
${
INCLUDE_DIRS
}
)
target_link_libraries
(
alexnet PUBLIC
${
LIBS
}
)
set_target_properties
(
alexnet PROPERTIES LINKER_LANGUAGE CXX
)
...
...
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