Files
rocm-systems/projects
jglaser d783cc6650 Implement accurate max block size in hipFuncGetAttributes() (#1676)
This PR takes ensures that the maxThreadsPerBlock returned by hipFuncGetAttributes is both a multiple of the warp size and that the register usage of the maximum block does not exceed the number of available registers.

Fixes #1662

[ROCm/hip commit: b5e683a35d]
2020-03-18 11:20:06 +05:30
..