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
(This bug is only about DEBUG mode; in non-DEBUG mode we don't bother to validate and let the driver complain.)
Currently, we perform very little validation of the launch configuration before trying to launch a kernel. But we already have a bunch more validation logic in the launch config builder. So let's apply the latter just before launching.
The text was updated successfully, but these errors were encountered:
…code revamp
* Validation code is now consolidated in `launch_config.hpp` and the multi-pwrapper implementations file
* Now performing more validation at more opportunities before kernel launch
* Now ensuring the launch config dimensions don't result in 0-volumne
…code revamp
* Validation code is now consolidated in `launch_config.hpp` and the multi-pwrapper implementations file
* Now performing more validation at more opportunities before kernel launch
* Now ensuring the launch config dimensions don't result in 0-volumne
* Now using `get_attribute()` for the device-level maximum shared memory per block, rather than getting all properties
…code revamp
* Validation code is now consolidated in `launch_config.hpp` and the multi-pwrapper implementations file
* Now performing more validation at more opportunities before kernel launch
* Now ensuring the launch config dimensions don't result in 0-volumne
* Now using `get_attribute()` for the device-level maximum shared memory per block, rather than getting all properties
(This bug is only about DEBUG mode; in non-DEBUG mode we don't bother to validate and let the driver complain.)
Currently, we perform very little validation of the launch configuration before trying to launch a kernel. But we already have a bunch more validation logic in the launch config builder. So let's apply the latter just before launching.
The text was updated successfully, but these errors were encountered: