Skip to content
  • Bram Veenboer's avatar
    Use unique_ptr for cu::Function in InstanceCUDA · 306e8afc
    Bram Veenboer authored
    Unlike cu::Module, the function instances do not need to be released
    before the cu::Context is destroyed. This therefore now happens
    automatically by the unique_ptr rather than explicitely in the
    destructor of InstanceCUDA.
    306e8afc