SWDEV-546223 - Remove comgr query for image support from windows path (#861)

Dieser Commit ist enthalten in:
Ioannis Assiouras
2025-09-09 03:24:48 +01:00
committet von GitHub
Ursprung e7cb108a5e
Commit 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;