rusticl: add debug option to sync every event

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24868>
This commit is contained in:
Karol Herbst 2023-08-22 21:17:33 +02:00 committed by Marge Bot
parent 43fe842b92
commit 54b37078eb
3 changed files with 11 additions and 3 deletions

View file

@ -1009,6 +1009,7 @@ Rusticl environment variables
- ``allow_invalid_spirv`` disables validation of any input SPIR-V
- ``clc`` dumps all OpenCL C source being compiled
- ``program`` dumps compilation logs to stderr
- ``sync`` waits on the GPU to complete after every event
.. _clc-env-var: