Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit de37f9d

Browse files
Rob Earhartdiyessi
authored andcommitted
Tweak backend constructor for gcc 4.8.5 (#3000)
1 parent 0995b71 commit de37f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngraph/runtime/plaidml/plaidml_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
namespace vp = vertexai::plaidml;
2424

2525
ngraph::runtime::plaidml::PlaidML_Backend::PlaidML_Backend(const char* configuration_string)
26-
: m_config{parse_config_string(configuration_string)}
26+
: m_config(parse_config_string(configuration_string))
2727
, m_compiler{&m_config}
2828
{
2929
}

0 commit comments

Comments
 (0)