SWDEV-271964 - Revert "SWDEV-264244 Fix StreamSync"

This reverts commit a962e2d0b3.

Change-Id: I870c8b71edeb31f587fffe2447762acba61a7938


[ROCm/clr commit: 184b2631d5]
This commit is contained in:
Vladislav Sytchenko
2021-02-24 11:39:28 -05:00
parent cae2f29c10
commit 0a132499ce
2 changed files with 26 additions and 43 deletions
+1 -3
View File
@@ -152,8 +152,6 @@ class Event : public RuntimeObject {
//! Process the callbacks for the given \a status change.
void processCallbacks(int32_t status) const;
void waitForCompletion();
//! Enable profiling for this command
void EnableProfiling() {
profilingInfo_.enabled_ = true;
@@ -202,7 +200,7 @@ class Event : public RuntimeObject {
/*! \brief Notifies current command queue about execution status
*/
Command* notifyCmdQueue(bool retain = false);
bool notifyCmdQueue();
//! RTTI internal implementation
virtual ObjectType objectType() const { return ObjectTypeEvent; }