mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 14:50:24 +01:00
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:
parent
b05a112d92
commit
76dcac9d47
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue