You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kompute_option(KOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS"Explicitly disable debug layers even on debug."OFF)
102
102
kompute_option(KOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK"Whether to check if your driver supports the Vulkan Header version you are linking against. This might be useful in case you build shared on a different system than you run later."OFF)
103
103
kompute_option(KOMPUTE_OPT_BUILD_SHADERS"Rebuilds all compute shaders during compilation and does not use the already precompiled versions. Requires glslangValidator to be installed on your system."OFF)
104
+
kompute_option(KOMPUTE_OPT_THREAD_SAFE_COMPUTE_QUEUE"Enable manager-owned mutex protection around sequence queue submissions."OFF)
104
105
105
106
# External components
106
107
kompute_option(KOMPUTE_OPT_USE_BUILT_IN_SPDLOG"Use the built-in version of Spdlog. Requires 'KOMPUTE_OPT_USE_SPDLOG' to be set to ON in order to have any effect."ON)
0 commit comments