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

Drop specify_default_load_caching_mode from link::options_t #625

Closed eyalroz closed 3 months ago

eyalroz commented 5 months ago

The specify_default_load_caching_mode field of link::options_t is unused; and it's redundant with common_ptx_compilation_options_t::load_caching_mode being an optional value which can be nullopt.