From fe8d181b119d10d01923be1e14f6a5a03f190f61 Mon Sep 17 00:00:00 2001 From: Brian M Johnson Date: Sat, 15 Feb 2025 19:27:36 +0530 Subject: [PATCH 1/2] Remove colon after Kokkos in users/_index.md Removing the colon makes it more consistent with the other headings --- website/content/users/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/users/_index.md b/website/content/users/_index.md index 667633dbaa46..b177b61b58ab 100644 --- a/website/content/users/_index.md +++ b/website/content/users/_index.md @@ -92,7 +92,7 @@ the GPU (via Vulkan/SPIR-V), CPU or some combination. It also aims to interoperate seamlessly with existing users of Vulkan APIs, specifically focused on games and rendering pipelines. -## [Kokkos](https://kokkos.org): +## [Kokkos](https://kokkos.org) The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. It is part of the From 607c658f41a686031f0a940d15d5931ffdef3375 Mon Sep 17 00:00:00 2001 From: Brian M Johnson Date: Sat, 15 Feb 2025 19:28:51 +0530 Subject: [PATCH 2/2] Fix typo in users/_index.md Replace "genereation" with "generation" --- website/content/users/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/users/_index.md b/website/content/users/_index.md index b177b61b58ab..aea4bc225c01 100644 --- a/website/content/users/_index.md +++ b/website/content/users/_index.md @@ -221,7 +221,7 @@ and the GPU Polygeist paper Pylir aims to be an optimizing Ahead-of-Time Python Compiler with high language conformance. It uses MLIR Dialects for the task of high level, language specific -optimizations as well as LLVM for code genereation and garbage collector +optimizations as well as LLVM for code generation and garbage collector support. ## [RISE](https://rise-lang.org/)