Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add test that higher-granularity masks override lower-granularity ones | Joshua Bakita | 2024-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. | ||
* | Add a README and tests for stream masking and next masking | Joshua Bakita | 2023-11-29 |
Also rewrite the global masking test to be much more thorough. |