Skip to content

Add a wait_list method for the SyclEventRaw class#527

Merged
oleksandr-pavlyk merged 1 commit intoIntelPython:refactor/SyclEventfrom
vlad-perevezentsev:cython_waitList
Aug 16, 2021
Merged

Add a wait_list method for the SyclEventRaw class#527
oleksandr-pavlyk merged 1 commit intoIntelPython:refactor/SyclEventfrom
vlad-perevezentsev:cython_waitList

Conversation

@vlad-perevezentsev
Copy link
Copy Markdown
Collaborator

This PR will add a wait_list method for the SyclEventRaw class which returns a list of events that the event is still waits for.

Comment thread dpctl/_sycl_event.pyx Outdated
else:
raise ValueError("Unknown event status.")

def wait_list(self):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to use @property decorator?

@oleksandr-pavlyk oleksandr-pavlyk merged commit 74cb00a into IntelPython:refactor/SyclEvent Aug 16, 2021
vlad-perevezentsev added a commit to vlad-perevezentsev/dpctl that referenced this pull request Aug 23, 2021
@vlad-perevezentsev vlad-perevezentsev deleted the cython_waitList branch June 20, 2023 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants