mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Revert "ZEBin: fix CTD passing when inline data is supported"
This reverts commit 125946e374.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f646422076
commit
870b324d72
@@ -997,7 +997,6 @@ NEO::DecodeError populateKernelDescriptor(NEO::ProgramInfo &dst, NEO::Elf::Elf<N
|
||||
kernelDescriptor.kernelAttributes.hasNonKernelArgAtomic = outExperimentalProperties.hasNonKernelArgAtomic;
|
||||
}
|
||||
|
||||
kernelDescriptor.kernelAttributes.flags.passInlineData = true;
|
||||
kernelDescriptor.kernelAttributes.barrierCount = execEnv.barrierCount;
|
||||
kernelDescriptor.kernelAttributes.flags.requiresDisabledMidThreadPreemption = execEnv.disableMidThreadPreemption;
|
||||
kernelDescriptor.kernelAttributes.numGrfRequired = execEnv.grfCount;
|
||||
|
||||
Reference in New Issue
Block a user