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

Two bugs with CUDA-12 related launch configuration fields #619

Closed eyalroz closed 3 months ago

eyalroz commented 5 months ago

Bug 1: The check for whether any non-standard launch config fields has one condition in reverse for CUDA 12 features.

Bug 2: The launch config equality function currenty ignores block clustering parameters.