eyalroz / cuda-api-wrappers

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

module proxy class doesn't need to hold its link options #576

Closed eyalroz closed 8 months ago

eyalroz commented 9 months ago

It seems like the link options of a module are not used anywhere after its creation. Well, let's drop them then.