From dd2aff514bc63a95219ba1a08943b43f8e2adc83 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Thu, 23 May 2024 12:00:22 +0100 Subject: [PATCH] Fix copyright notice in README.md file * Also remove trailing whitespace. Signed-off-by: Viet-Hoa Do --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab991eb1..cc139c11 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -44,9 +44,9 @@ A micro-kernel exists for different Arm® architectures, technologies, and compu Some of the key features of KleidiAI are the following: - No dependencies on external libraries -- No internal memory allocation​ +- No internal memory allocation - No internal threading mechanisms -- Stateless, stable, and consistent API​ +- Stateless, stable, and consistent API - Performance-critical compute-bound and memory-bound micro-kernels - Specialized micro-kernels for different Arm® CPU architectures and technologies - Specialized micro-kernels for different fusion patterns -- GitLab