SWDEV-271964 - Revert "SWDEV-264244 Fix StreamSync"
This reverts commita962e2d0b3. Change-Id: I870c8b71edeb31f587fffe2447762acba61a7938 [ROCm/clr commit:184b2631d5]
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user