clDNN
clDNN copied to clipboard
Missing include
kernel_selector/core/common/primitive_db.cpp
is missing #include <stdexcept>
and thus does not compile with VS 2019 due to undeclared std::runtime_error
.
i have the same problem event set flags with -std=c++11 when compiling on ubuntu