Delete redundant adjustNumberOfThreadsInThreadGroup method

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2023-01-30 12:34:11 +00:00
committed by Compute-Runtime-Automation
parent d7292a6b0d
commit 9080b0c109
8 changed files with 1 additions and 30 deletions

View File

@@ -791,7 +791,4 @@ uint32_t EncodeDispatchKernel<Family>::additionalSizeRequiredDsh() {
return 0u;
}
template <typename Family>
void EncodeDispatchKernel<Family>::adjustNumberOfThreadsInThreadGroup(INTERFACE_DESCRIPTOR_DATA &interfaceDescriptor, const uint32_t simd, uint32_t &threadsPerThreadGroup) {}
} // namespace NEO