From cbb2de08ad42e9403cf901b5e83755e0cdaf50ff Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Mon, 22 May 2017 11:27:07 +0200 Subject: [PATCH] Added CUDA bindings --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9e7290a..bf1f406 100644 --- a/packages.json +++ b/packages.json @@ -6360,5 +6360,17 @@ "description": "API for Web Audio (JS)", "license": "MIT", "web": "https://github.com/ftsf/nim-webaudio" + }, + { + "name": "nimcuda", + "url": "https://github.com/unicredit/nimcuda", + "method": "git", + "tags": [ + "CUDA", + "GPU" + ], + "description": "CUDA bindings", + "license": "Apache2", + "web": "https://github.com/unicredit/nimcuda" } ]