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.
VkCooperativeMatrixPropertiesKHR
, which can be queried viavkGetPhysicalDeviceCooperativeMatrixPropertiesKHR
, contains information about the cooperative matrix formats supported by the device for the extensionVK_KHR_cooperative_matrix
(same for theNV
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.