Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary arg member of SyclEvent/_SyclEvent classes #823

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

oleksandr-pavlyk
Copy link
Collaborator

This used to solve the problem of keeps Python arguments that
SYCL kernels work on to stay "alive" for the duration of kernel
execution.

This mechanism was them changed to use host_task, but args member
was not removed.

This should lower the overhead of constructing/destroying SyclEvent
objects.

This used to solve the problem of keeps Python arguments that
SYCL kernels work on to stay "alive" for the duration of kernel
execution.

This mechanism was them changed to use host_task, but args member
was not removed.

This should lower the overhead of constructing/destroying SyclEvent
objects.
@github-actions
Copy link

@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.06%) to 82.861% when pulling df5ff92 on remove-sycl-event-args into 22d231c on master.

@oleksandr-pavlyk oleksandr-pavlyk merged commit 2abb03c into master Apr 28, 2022
@oleksandr-pavlyk oleksandr-pavlyk deleted the remove-sycl-event-args branch April 28, 2022 00:58
@github-actions
Copy link

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

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