diff options
| author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2025-02-23 14:26:01 +0100 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-15 20:10:15 +0000 |
| commit | 2581c3ab60b54dbb4267c2a09b93f2f0b6afa7af (patch) | |
| tree | eb984a56c8e85628543714c23637c56839b5b7e1 /.clang-format-include | |
| parent | b3262b37ce0b46ddce2aa233fd937de177e59043 (diff) | |
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>
Diffstat (limited to '.clang-format-include')
| -rw-r--r-- | .clang-format-include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format-include b/.clang-format-include index d7c5747177f..ba52553fdc9 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -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/**/* |