From 92c21d26fabfd94bfb47c63cca0cb2b07cb0e6e4 Mon Sep 17 00:00:00 2001 From: Andrew Brower Date: Thu, 12 Sep 2024 15:24:35 -0700 Subject: [PATCH] add hippo gpu library --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a3b2e9ac..37ea91dd 100644 --- a/packages.json +++ b/packages.json @@ -34064,5 +34064,18 @@ ], "license": "Apache-2.0", "web": "https://github.com/ferus-web/simdutf" + }, + { + "name": "hippo", + "url": "https://github.com/monofuel/hippo", + "method": "git", + "tags": [ + "cuda", + "hip", + "gpu" + ], + "description": "HIP / CUDA programming library for Nim.", + "license": "MIT", + "web": "https://monofuel.github.io/hippo/" } ]