mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Check indirect access from igc
Also add workaround for app passing svm pointers by value Related-To: NEO-7182 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
742847bed4
commit
e5d63cd303
@@ -324,6 +324,9 @@ DecodeError readZeInfoExperimentalProperties(const NEO::Yaml::YamlParser &parser
|
||||
ConstStringRef context,
|
||||
std::string &outErrReason, std::string &outWarning) {
|
||||
bool validExperimentalProperty = true;
|
||||
outExperimentalProperties.hasNonKernelArgLoad = true;
|
||||
outExperimentalProperties.hasNonKernelArgStore = true;
|
||||
outExperimentalProperties.hasNonKernelArgAtomic = true;
|
||||
for (const auto &experimentalPropertyNd : parser.createChildrenRange(node)) {
|
||||
for (const auto &experimentalPropertyMemberNd : parser.createChildrenRange(experimentalPropertyNd)) {
|
||||
auto key = parser.readKey(experimentalPropertyMemberNd);
|
||||
|
||||
Reference in New Issue
Block a user