eyalroz / cuda-api-wrappers

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

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

Closed eyalroz closed 3 months ago

eyalroz commented 4 months 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.