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

Move `rtc::marshalled_options_t` and `rtc::marshal()` into the `detail_` subnamespace #632

Closed eyalroz closed 3 months ago

eyalroz commented 4 months ago

Users basically never need to use marshalled_options_t. The only sorta-kinda relevant scenario seems to involve printing, and that's taken care of by rtc::render(); see #630 . We can move it, and related code, into the detail_ subnamespace and non will be the wiser.