diff --git a/libnd4j/include/graph/impl/Context.cpp b/libnd4j/include/graph/impl/Context.cpp index 146e66067..ed9321ccd 100644 --- a/libnd4j/include/graph/impl/Context.cpp +++ b/libnd4j/include/graph/impl/Context.cpp @@ -482,7 +482,7 @@ namespace nd4j { void Context::setBArguments(const std::vector &bArgs) { for (auto b:bArgs) - _bArgs.emplace_back(b); + _bArgs.push_back(b); } } } diff --git a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml index 33e54bd4a..64be62442 100644 --- a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml +++ b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml @@ -284,50 +284,6 @@ -avx512 - - macosx-gcc8 - - - /usr/local/bin/g++-8 - - - - /usr/local/bin/g++-8 - - - - macosx-gcc7 - - - /usr/local/bin/g++-7 - - - - /usr/local/bin/g++-7 - - - - macosx-gcc6 - - - /usr/local/bin/g++-6 - - - - /usr/local/bin/g++-6 - - - - macosx-gcc5 - - - /usr/local/bin/g++-5 - - - - /usr/local/bin/g++-5 - - mingw