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

Rename "stream ids" and "event ids" into stream and event handles #280

Closed
eyalroz opened this issue Nov 30, 2021 · 0 comments
Closed

Rename "stream ids" and "event ids" into stream and event handles #280

eyalroz opened this issue Nov 30, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Nov 30, 2021

Devices have numeric IDs ; streams and events actually use pointers to allocated structures, which are made (somewhat) opaque via type aliasing. We should not call these IDs... using "handles" is probably more appropriate.

This is relevant to both the develop and driver-wrapper branches.

@eyalroz eyalroz added the task label Nov 30, 2021
@eyalroz eyalroz self-assigned this Nov 30, 2021
eyalroz added a commit that referenced this issue Dec 8, 2021
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
eyalroz added a commit that referenced this issue Dec 8, 2021
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
eyalroz added a commit that referenced this issue Dec 10, 2021
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
eyalroz added a commit that referenced this issue Jan 14, 2022
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
@eyalroz eyalroz closed this as completed Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant