From badd3ee5e68ceffc6e47062761823303a9d9738c Mon Sep 17 00:00:00 2001 From: Sachin Godishela Date: Thu, 11 Jul 2024 20:36:07 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b849d85..63c67b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # cuda-algorithms +[![CI](https://github.com/sachingodishela/cuda-algorithms/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sachingodishela/cuda-algorithms/actions/workflows/ci.yml) + + GPU utilized parallel algorithms for numerical methods and scientific computing. ## How to run