SWDEV-546223 - Remove comgr query for image support from windows path (#861)
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
GitHub
γονέας
e7cb108a5e
υποβολή
4c6fce8ba0
@@ -292,13 +292,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
}
|
||||
|
||||
imageSupport_ = true;
|
||||
std::string imageSupport;
|
||||
if (amd::device::getValueFromIsaMeta(isa.isaName(), "ImageSupport", imageSupport)) {
|
||||
imageSupport_ = atoi(imageSupport.c_str());
|
||||
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "imageSupport=%u", imageSupport_);
|
||||
} else {
|
||||
LogInfo("Can not get image support info from ISA meta");
|
||||
}
|
||||
|
||||
// Use kernels for blit if appropriate
|
||||
blitEngine_ = BlitEngineKernel;
|
||||
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user