Skip to content

Remove unnecessary arg member of SyclEvent/_SyclEvent classes#823

Merged
oleksandr-pavlyk merged 1 commit intomasterfrom
remove-sycl-event-args
Apr 28, 2022
Merged

Remove unnecessary arg member of SyclEvent/_SyclEvent classes#823
oleksandr-pavlyk merged 1 commit intomasterfrom
remove-sycl-event-args

Conversation

@oleksandr-pavlyk
Copy link
Copy Markdown
Contributor

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
Copy Markdown

@coveralls
Copy link
Copy Markdown
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
Copy Markdown

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