SaschaWillems / VulkanCapsViewer

Vulkan hardware capability viewer
GNU Lesser General Public License v3.0
316 stars 69 forks source link

Support for VkCooperativeMatrixPropertiesKHR #190

Open chrismile opened 1 year ago

chrismile commented 1 year ago

VkCooperativeMatrixPropertiesKHR, which can be queried via vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR, contains information about the cooperative matrix formats supported by the device for the extension VK_KHR_cooperative_matrix (same for the NV version of the extension). It would be great if support for it could be added. I wanted to check vulkan.gpuinfo.org for information on the matrix formats supported by the AMD Radeon RX 7000 series GPUs, but unfortunately this information is not reported so far.