From ab0cf023844983b66418973cf9c44a960b8982a5 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 16 May 2023 22:19:58 -0400 Subject: [PATCH] Update README.md (minor) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b14706cc..8ec7abad 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ execution backends. KA is intended to be a minimal and performant library that explores ways to write heterogeneous code. Currently, the following backends are supported: -* [NVIDIA CUDA](https://github.com/JuliaGPU/CUDA.jl), -* [AMD ROCm](https://github.com/JuliaGPU/AMDGPU.jl), -* [Intel oneAPI](https://github.com/JuliaGPU/oneAPI.jl). +* [NVIDIA CUDA](https://github.com/JuliaGPU/CUDA.jl) +* [AMD ROCm](https://github.com/JuliaGPU/AMDGPU.jl) +* [Intel oneAPI](https://github.com/JuliaGPU/oneAPI.jl) * [Apple Metal](https://github.com/JuliaGPU/Metal.jl) [![Documentation (stable)][docs-stable-img]][docs-stable-url]