ethos: Initial commit of a driver for the Arm Ethos-U65 NPU.

Supports all models in the test suite. No optimizations implemented yet.

Acked-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36699>
This commit is contained in:
Tomeu Vizoso
2025-02-23 14:26:01 +01:00
committed by Marge Bot
parent b3262b37ce
commit 2581c3ab60
34 changed files with 6015 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# The following files are opted into `ninja clang-format` and
# enforcement in the CI.
src/gallium/drivers/ethosu/**/*
src/gallium/drivers/i915
src/gallium/drivers/r300/compiler/*
src/gallium/drivers/rocket/**/*