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 {
|
const std::vector<DevicesNamesAndSupportPair> device_names_and_support_for_remote_blobs {
|
||||||
{{GPU}, true}, // GPU via MULTI,
|
{{GPU}, true}, // GPU via MULTI,
|
||||||
#if ENABLE_MKL_DNN
|
#ifdef ENABLE_MKL_DNN
|
||||||
{{GPU, CPU}, true}, // GPU+CPU
|
{{GPU, CPU}, true}, // GPU+CPU
|
||||||
{{CPU, GPU}, true}, // CPU+GPU
|
{{CPU, GPU}, true}, // CPU+GPU
|
||||||
#endif
|
#endif
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
const std::vector<DevicesNamesAndSupportPair> device_names_and_support_for_remote_blobs {
|
const std::vector<DevicesNamesAndSupportPair> device_names_and_support_for_remote_blobs {
|
||||||
{{MYRIAD}, false}, // MYX via MULTI
|
{{MYRIAD}, false}, // MYX via MULTI
|
||||||
#if ENABLE_MKL_DNN
|
#ifdef ENABLE_MKL_DNN
|
||||||
{{CPU, MYRIAD}, false}, // CPU+MYX
|
{{CPU, MYRIAD}, false}, // CPU+MYX
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user