From 3390a670bdc2d7cdaf05ba4b83883bd526fdd4f0 Mon Sep 17 00:00:00 2001 From: MuGdxy Date: Thu, 2 Nov 2023 02:54:52 +0800 Subject: [PATCH] add muda lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e514a3..0e85fa5 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ |--- | ---| ---|--- | | [thrust](https://github.com/thrust/thrust) | [![GitHub stars](https://img.shields.io/github/stars/thrust/thrust?style=social)](https://github.com/thrust/thrust/stargazers/) | Parallel programming library. | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)                       | | [vuda](https://github.com/jgbit/vuda) | [![GitHub stars](https://img.shields.io/github/stars/jgbit/vuda?style=social)](https://github.com/jgbit/vuda/stargazers/)                       | Vulkan-based library that provides a CUDA Runtime API interface for writing GPU-accelerated applications. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | +| [muda](https://github.com/MuGdxy/muda) | [![GitHub stars](https://img.shields.io/github/stars/MuGdxy/muda?style=social)](https://github.com/MuGdxy/muda) | Elegant kernel launch, debug-friendly memory accessor, automatic CudaGraph generation & updating for CUDA. | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ## Graph