Commit e3330b47 authored by Rob Earhart's avatar Rob Earhart Committed by Scott Cyphers

Tweak backend constructor for gcc 4.8.5 (#3001)

parent e4c5aa8f
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
namespace vp = vertexai::plaidml; namespace vp = vertexai::plaidml;
ngraph::runtime::plaidml::PlaidML_Backend::PlaidML_Backend(const char* configuration_string) ngraph::runtime::plaidml::PlaidML_Backend::PlaidML_Backend(const char* configuration_string)
: m_config{parse_config_string(configuration_string)} : m_config(parse_config_string(configuration_string))
, m_compiler{&m_config} , m_compiler{&m_config}
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment