mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 07:48:04 +02:00
intel/executor: Map the DPAS check to has_systolic
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41559>
This commit is contained in:
parent
f6debb842d
commit
e69df55ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue