mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
refactor: remove not needed code
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fff97d3958
commit
f71f6d2b72
@@ -676,7 +676,6 @@ void populateKernelExecutionEnvironment(KernelDescriptor &dst, const KernelExecu
|
||||
dst.kernelAttributes.flags.requiresDisabledMidThreadPreemption = execEnv.disableMidThreadPreemption;
|
||||
dst.kernelAttributes.flags.requiresSubgroupIndependentForwardProgress = execEnv.subgroupIndependentForwardProgress;
|
||||
dst.kernelAttributes.flags.requiresDisabledEUFusion = execEnv.requireDisableEUFusion;
|
||||
dst.kernelAttributes.flags.useGlobalAtomics = execEnv.hasGlobalAtomics;
|
||||
dst.kernelAttributes.flags.useStackCalls = execEnv.hasStackCalls;
|
||||
dst.kernelAttributes.flags.hasRTCalls = execEnv.hasRTCalls;
|
||||
dst.kernelAttributes.flags.usesFencesForReadWriteImages = execEnv.hasFenceForImageAccess;
|
||||
|
||||
Reference in New Issue
Block a user