commit | 6aee49578fbc3c157495aa15b1d784c7a43f2e1a | [log] [tgz] |
---|---|---|
author | Jesse Natalie <jenatali@microsoft.com> | Fri Sep 25 12:13:17 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Sep 25 20:09:08 2020 +0000 |
tree | c7ddff6bf2dc4143e1d75dbcf1b8bcd793ee7c6c | |
parent | 00261d883ddce9e7238b9cea9dd3f09e49e68a93 [diff] |
vtn/opencl: Hook up OpenCL async copy and group wait opcodes via libclc Adds an additional hook for spirv_to_nir to handle a core opcode via the OpenCL libclc infrastructure, and adds handling for SpvOpGroupAsyncCopy and SpvOpGroupWaitEvents. Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6035>