mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
fix: Add AIL for Adobe Premiere Pro
Use legacy platform name: "Intel(R) OpenCL". Resolves: HSD-22018809561 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d9f938f3db
commit
afba02afa9
@@ -15,6 +15,9 @@
|
||||
#include <string_view>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
const char legacyPlatformName[] = "Intel(R) OpenCL";
|
||||
|
||||
bool AILConfiguration::isKernelHashCorrect(const std::string &kernelsSources, uint64_t expectedHash) const {
|
||||
const auto hash = Hash::hash(kernelsSources.c_str(), kernelsSources.length());
|
||||
return hash == expectedHash;
|
||||
|
||||
Reference in New Issue
Block a user