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
It might be nice to experiment with, and it already compiles as a Vulkan ICD on Windows. It just needs RADV_FORCE_FAMILY to be set, and NIR/ACO output is available as text via VK_KHR_pipeline_executable_properties.
The text was updated successfully, but these errors were encountered:
Sounds good. The Vulkan extension operates on whole VkPipeline instances though, so I suspect it might take me some time to figure out how to fill out a dummy pipeline with only one shader stage of SPIR-V.
It might be nice to experiment with, and it already compiles as a Vulkan ICD on Windows. It just needs
RADV_FORCE_FAMILY
to be set, and NIR/ACO output is available as text viaVK_KHR_pipeline_executable_properties
.The text was updated successfully, but these errors were encountered: