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

Use optional's instead of a special bespoke "unused" value in pci_location_t's #626

Closed eyalroz closed 3 months ago

eyalroz commented 5 months ago

Now that we have optional's, let's put them to use in pci_location_t instead of having our own stunted implementation.