aboutsummaryrefslogtreecommitdiffstats
path: root/libsmctrl_test_next_mask_override.c
Commit message (Collapse)AuthorAge
* Add test that higher-granularity masks override lower-granularity onesJoshua Bakita2024-02-14
Stream-level masks should always override globally-set masks. Next-kernel masks should always override both stream-level masks and globally-set masks. Tests reveal an issue with the next-kernel mask not overriding the stream mask on CUDA 11.0+. CUDA appears to apply the per-stream mask to the QMD/TMD after `launchCallback()` is triggered, making it impossible to override as currently implemented.