mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Make partitioned post sync operations for partitioned workloads
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
86f8150dc7
commit
6b299a3ab0
@ -42,4 +42,12 @@ struct ImplicitScalingDispatch {
|
||||
uint64_t workPartitionAllocationGpuVa);
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
struct PartitionRegisters {
|
||||
enum {
|
||||
wparidCCSOffset = 0x221C,
|
||||
addressOffsetCCSOffset = 0x23B4
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
Reference in New Issue
Block a user