Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2MXNet
Commits
22a43535
Commit
22a43535
authored
Feb 21, 2019
by
Evgeny Kusmenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'use_math_opt_generator' into 'master'
use EMAMOpt2CPP instead of EMAM2CPP See merge request
!18
parents
714e3e17
7f3462a6
Pipeline
#106753
passed with stages
in 4 minutes and 49 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 @
22a43535
...
...
@@ -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.3
</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 @
22a43535
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