eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

The context_t::create_stream and context_t::create_event methods should be const #659

Closed eyalroz closed 3 weeks ago

eyalroz commented 1 month ago

The context_t::create_stream and context_t::create_event methods should be const, as they have no effect on the context proxy object.