mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add notify enable parameter to post sync commands
Related-To: NEO-5845 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
a1036ecc75
commit
0e5ca243e2
@ -255,6 +255,10 @@ class CommandStreamReceiver {
|
||||
|
||||
virtual void postInitFlagsSetup() = 0;
|
||||
|
||||
bool isUsedNotifyEnableForPostSync() const {
|
||||
return useNotifyEnableForPostSync;
|
||||
}
|
||||
|
||||
protected:
|
||||
void cleanupResources();
|
||||
void printDeviceIndex();
|
||||
@ -356,6 +360,7 @@ class CommandStreamReceiver {
|
||||
bool newResources = false;
|
||||
bool useGpuIdleImplicitFlush = false;
|
||||
bool lastSentUseGlobalAtomics = false;
|
||||
bool useNotifyEnableForPostSync = false;
|
||||
};
|
||||
|
||||
typedef CommandStreamReceiver *(*CommandStreamReceiverCreateFunc)(bool withAubDump,
|
||||
|
Reference in New Issue
Block a user