intel/executor: Map the DPAS check to has_systolic
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41559>
This commit is contained in:
Caio Oliveira 2026-04-09 13:32:27 -07:00 committed by Marge Bot
parent f6debb842d
commit e69df55ed7

View file

@ -1000,7 +1000,7 @@ main(int argc, char *argv[])
lua_pushinteger(L, E.devinfo.verx10);
lua_setfield(L, -2, "verx10");
lua_pushboolean(L, E.devinfo.cooperative_matrix_configurations[0].scope != INTEL_CMAT_SCOPE_NONE);
lua_pushboolean(L, E.devinfo.has_systolic);
lua_setfield(L, -2, "has_dpas");
lua_pushboolean(L, E.devinfo.has_bfloat16);