rusticl/platform: add env variable to disable kernel variants

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30152>
This commit is contained in:
Karol Herbst
2024-08-12 14:52:22 +02:00
committed by Marge Bot
parent 634366e1dc
commit 8383c727b2
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -1154,6 +1154,7 @@ Rusticl environment variables
- ``allow_invalid_spirv`` disables validation of any input SPIR-V
- ``clc`` dumps all OpenCL C source being compiled
- ``no_reuse_context`` pipe_contexts are not recycled
- ``no_variants`` disable kernel variants (e.g. specialized binaries for offsets == 0)
- ``perf`` prints a warning when hitting slow paths once
- ``perfspam`` same as perf, but doesn't skip same warnings
- ``program`` dumps compilation logs to stderr