mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: change process name in AIL for Adobe Premiere Pro
Related-To: HSD-22018809561 Signed-off-by: Cencelewska, Katarzyna <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6fc673b0fe
commit
d5441cc2d9
@@ -21,8 +21,8 @@ namespace NEO {
|
||||
*/
|
||||
|
||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMap = {{"blender", {AILEnumeration::ENABLE_FP64}},
|
||||
// Modify reported platform name to ensure older versions of Premiere Pro are able to recognize the GPU device
|
||||
{"premiere pro", {AILEnumeration::ENABLE_LEGACY_PLATFORM_NAME}}};
|
||||
// Modify reported platform name to ensure older versions of Adobe Premiere Pro are able to recognize the GPU device
|
||||
{"Adobe Premiere Pro", {AILEnumeration::ENABLE_LEGACY_PLATFORM_NAME}}};
|
||||
|
||||
AILConfiguration *ailConfigurationTable[IGFX_MAX_PRODUCT] = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user