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

Align the logic of context_t::create_module() with context::module::create() #654

Closed eyalroz closed 3 weeks ago

eyalroz commented 2 months ago

context_t::create_module() does not seem to accept the same inputs as context::module::create(), for example: creating a module from and std::string. Their logic must be out of alignment... let's align it.