mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add implicit scaling barrier implementation
Related-To: NEO-6262 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
95610188af
commit
b2124f43b8
@@ -53,6 +53,13 @@ struct ImplicitScalingDispatch {
|
||||
|
||||
static bool &getPipeControlStallRequired();
|
||||
|
||||
static size_t getBarrierSize(bool apiSelfCleanup);
|
||||
static void dispatchBarrierCommands(LinearStream &commandStream,
|
||||
const DeviceBitfield &devices,
|
||||
bool apiSelfCleanup,
|
||||
bool dcFlush,
|
||||
bool useSecondaryBatchBuffer);
|
||||
|
||||
private:
|
||||
static bool pipeControlStallRequired;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user