mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add AIL for Wondershare Filmora 11 subprocesses
Related-To: NEO-6982 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9c1c24e35a
commit
4a2a9daf41
@@ -16,7 +16,11 @@
|
||||
namespace NEO {
|
||||
static EnableAIL<IGFX_DG2> enableAILDG2;
|
||||
|
||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {{"Wondershare Filmora 11", {AILEnumeration::DISABLE_BLITTER}}}; // Blitter is disabled as a temporary mitigation of high GPU utilization
|
||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {
|
||||
{"Wondershare Filmora 11", {AILEnumeration::DISABLE_BLITTER}}, // Blitter is disabled as a temporary mitigation of high GPU utilization
|
||||
{"perf_check", {AILEnumeration::DISABLE_BLITTER}}, // perf_check
|
||||
{"tlb_player_gui", {AILEnumeration::DISABLE_BLITTER}} // and tlb_player_gui are part of Wondershare Filmora 11
|
||||
};
|
||||
|
||||
template <>
|
||||
inline void AILConfigurationHw<IGFX_DG2>::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) {
|
||||
|
||||
Reference in New Issue
Block a user