radv: advertise VK_KHR_cooperative_matrix on GFX12

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33378>
This commit is contained in:
Samuel Pitoiset 2025-02-03 03:34:59 -08:00 committed by Marge Bot
parent b05a112d92
commit 76dcac9d47

View file

@ -111,9 +111,6 @@ radv_filter_minmax_enabled(const struct radv_physical_device *pdev)
static bool
radv_cooperative_matrix_enabled(const struct radv_physical_device *pdev)
{
if (pdev->info.gfx_level == GFX12)
return false; /* TODO */
return pdev->info.gfx_level >= GFX11 && !pdev->use_llvm;
}