mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Adapt command stream receiver to multiple active partitions
Related-To: NEO-6244 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3bb2985462
commit
3b35ba504f
@@ -17,9 +17,6 @@ namespace ImplicitScaling {
|
||||
extern bool apiSupport;
|
||||
extern bool semaphoreProgrammingRequired;
|
||||
extern bool crossTileAtomicSynchronization;
|
||||
|
||||
constexpr uint32_t partitionAddressOffsetDwords = 2u;
|
||||
constexpr uint32_t partitionAddressOffset = sizeof(uint32_t) * partitionAddressOffsetDwords;
|
||||
} // namespace ImplicitScaling
|
||||
|
||||
struct ImplicitScalingHelper {
|
||||
|
||||
Reference in New Issue
Block a user