diff options
author | Samuel Pitoiset <[email protected]> | 2016-01-14 18:24:53 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-04-01 22:26:24 +0200 |
commit | 3b246a71d7fe12c4b0670a9dadf566ea3eca1128 (patch) | |
tree | e51a947d61c73c614b9f423cdceca4fcf0e2a1ab /src/hgl | |
parent | 7797d5f7d9b367f96200093cbe166c4478eae65e (diff) |
nvc0: add indirect compute support on Kepler
The grid size is stored as three 32-bits integers in the indirect
buffer but the launch descriptor uses a 32-bits integer for both
griddim_y and griddim_z like this (z << 16) | y. To make it work,
the 16 high bits of griddim_y are overwritten by griddim_z.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/hgl')
0 files changed, 0 insertions, 0 deletions