You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Can now set the device on `launch_config_builder_t`, with either a device ID or a `device_t` reference
* Can now set the grid dimensions using the max number of blocks which may be active per multiprocessor (but note: that should be made lazy)
For a kernel_t, we can obtain the maximum active blocks per SM; let's add a config builder method which uses this value to set the grid dims.
The text was updated successfully, but these errors were encountered: