Changing the default Intel GPU platform profile from mid to low

This commit is contained in:
Samuel Gateau 2019-07-25 15:02:44 +02:00
parent 7e91fe9e8b
commit da491bc577

View file

@ -97,8 +97,8 @@ bool filterOnProcessors(const platform::json& computer, const platform::json& cp
// intel integrated graphics
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
// go mid because GPU
tier = Profiler::Tier::MID;
// go LOW because Intel GPU
tier = Profiler::Tier::LOW;
return true;
}
// AMD gpu