Merge pull request #15983 from samcake/toulouse

BUGZ-1080: Changing the default Intel GPU platform profile from mid to low
This commit is contained in:
Sam Gateau 2019-07-27 00:13:45 +02:00 committed by GitHub
commit 7486e906eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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