fix: change denorm mode in IDD to FlushToZero

denorm support is controlled by IGC, we should just set zero by default

Related-To: NEO-8059
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-06-13 12:56:04 +00:00
committed by Compute-Runtime-Automation
parent 7ea8ed1757
commit 987394b27c
6 changed files with 3 additions and 7 deletions

View File

@@ -98,7 +98,6 @@ void EncodeDispatchKernel<Family>::encode(CommandContainer &container, EncodeDis
auto threadsPerThreadGroup = args.dispatchInterface->getNumThreadsPerThreadGroup();
idd.setNumberOfThreadsInGpgpuThreadGroup(threadsPerThreadGroup);
idd.setDenormMode(INTERFACE_DESCRIPTOR_DATA::DENORM_MODE_SETBYKERNEL);
EncodeDispatchKernel<Family>::programBarrierEnable(idd,
kernelDescriptor.kernelAttributes.barrierCount,