publish master branch snapshot, revision 0110d9c98fd7209589d06344f0d836f61d81f4b3
This commit is contained in:
@@ -77,7 +77,7 @@ int main(int argc, char *argv[]) {
|
||||
if (!FLAGS_l.empty()) {
|
||||
// CPU(MKLDNN) extensions are loaded as a shared library and passed as a pointer to base extension
|
||||
IExtensionPtr extension_ptr = make_so_pointer<IExtension>(FLAGS_l);
|
||||
ie.AddExtension(extension_ptr, "CPU");
|
||||
ie.AddExtension(extension_ptr);
|
||||
slog::info << "CPU Extension loaded: " << FLAGS_l << slog::endl;
|
||||
}
|
||||
if (!FLAGS_c.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user