diff options
author | Samuel Pitoiset <[email protected]> | 2016-10-24 21:41:11 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-10-24 22:51:54 +0200 |
commit | 6dbb8d12a8b78769b9803884fad5f0d9923023bc (patch) | |
tree | 3716f196fa05256bdbb652d641fc76cec6545a8e /src/gallium/include | |
parent | eed605a473554575305e1bf10c3641761a85feb9 (diff) |
nv50/ir: do not perform global membar for shared memory
Shared memory is local to CTA, thus we should only wait for
prior memory writes which are visible to other threads in
the same CTA, and not at global level. This should speedup
compute shaders which use shared memory.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/include')
0 files changed, 0 insertions, 0 deletions