mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Move setGrfInfo from HardwareCommandsHelper to EncodeDispatchKernel
unify grf info programming across APIs Related-To: NEO-6466 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
27c43b27f3
commit
fbc0666d1b
@@ -36,12 +36,6 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
|
||||
uint64_t offsetInterfaceDescriptor,
|
||||
INTERFACE_DESCRIPTOR_DATA *inlineInterfaceDescriptor);
|
||||
|
||||
static void setGrfInfo(
|
||||
INTERFACE_DESCRIPTOR_DATA *pInterfaceDescriptor,
|
||||
const Kernel &kernel,
|
||||
const size_t &sizeCrossThreadData,
|
||||
const size_t &sizePerThreadData);
|
||||
|
||||
inline static uint32_t additionalSizeRequiredDsh();
|
||||
|
||||
static size_t sendInterfaceDescriptorData(
|
||||
|
||||
Reference in New Issue
Block a user