Commit b3634897 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13517 from wzw-intel:check_vulkan

parents e1f5b886 be6a837e
...@@ -137,7 +137,8 @@ private: ...@@ -137,7 +137,8 @@ private:
backends.push_back(std::make_pair(DNN_BACKEND_OPENCV, DNN_TARGET_CPU)); backends.push_back(std::make_pair(DNN_BACKEND_OPENCV, DNN_TARGET_CPU));
#ifdef HAVE_VULKAN #ifdef HAVE_VULKAN
backends.push_back(std::make_pair(DNN_BACKEND_VKCOM, DNN_TARGET_VULKAN)); // TODO Add device check if (haveVulkan())
backends.push_back(std::make_pair(DNN_BACKEND_VKCOM, DNN_TARGET_VULKAN));
#endif #endif
} }
static inline bool checkIETarget(int target) static inline bool checkIETarget(int target)
......
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