fixed compilation of MYRIAD/GPU only (no MKL_DNN) (#3552)
This commit is contained in:
parent
ca08c5b45c
commit
12d2121976
@ -9,7 +9,7 @@
|
||||
|
||||
const std::vector<DevicesNamesAndSupportPair> device_names_and_support_for_remote_blobs {
|
||||
{{GPU}, true}, // GPU via MULTI,
|
||||
#if ENABLE_MKL_DNN
|
||||
#ifdef ENABLE_MKL_DNN
|
||||
{{GPU, CPU}, true}, // GPU+CPU
|
||||
{{CPU, GPU}, true}, // CPU+GPU
|
||||
#endif
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
const std::vector<DevicesNamesAndSupportPair> device_names_and_support_for_remote_blobs {
|
||||
{{MYRIAD}, false}, // MYX via MULTI
|
||||
#if ENABLE_MKL_DNN
|
||||
#ifdef ENABLE_MKL_DNN
|
||||
{{CPU, MYRIAD}, false}, // CPU+MYX
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user