Skip to content

Memory objects should implement sycl_context property #439

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

Closed
oleksandr-pavlyk opened this issue May 11, 2021 · 1 comment
Closed

Memory objects should implement sycl_context property #439

oleksandr-pavlyk opened this issue May 11, 2021 · 1 comment
Assignees

Comments

@oleksandr-pavlyk
Copy link
Contributor

Since SYCL USM memory is bound to SYCL context, the Python object representing USM memory should expose sycl_context property.

Similarly, the USM pointer and the context determine SYCL device uniquely, so the object should also expose sycl_device property.

@oleksandr-pavlyk oleksandr-pavlyk self-assigned this May 11, 2021
@oleksandr-pavlyk
Copy link
Contributor Author

Implemented in #442

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

No branches or pull requests

1 participant