From b0d6267069354ad5e5fd02c16ce64765dc0a558e Mon Sep 17 00:00:00 2001 From: Jozef Gajdos Date: Mon, 31 Mar 2025 08:57:16 +0200 Subject: [PATCH] Add ComputeSharp library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5731f6fd..15084cfca 100644 --- a/README.md +++ b/README.md @@ -720,6 +720,7 @@ metadata in media files, including video, audio, and photo formats * [Build Versioning](https://github.com/TurnerSoftware/BuildVersioning) - Simple build versioning for .NET, powered by Git tags * [SystemTextJson.JsonDiffPatch](https://github.com/weichch/system-text-json-jsondiffpatch) - High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format. * [dotnet-exec](https://github.com/WeihanLi/dotnet-exec) - A command-line tool for executing C# program without a project file, and you can have your custom entry point other than Main method. +* [ComputeSharp](https://github.com/Sergio0694/ComputeSharp) - A a .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders. ## MQTT