aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Ferretti <ferrettiandrea@gmail.com>2017-05-22 11:27:07 +0200
committerAndrea Ferretti <ferrettiandrea@gmail.com>2017-05-22 11:27:07 +0200
commitcbb2de08ad42e9403cf901b5e83755e0cdaf50ff (patch)
tree87f32b1a3fa954a5950da821a0f02a76066651b7
parent24755aca565afcc50d071c15aa5af311b6607eba (diff)
downloadpackages-cbb2de08ad42e9403cf901b5e83755e0cdaf50ff.tar.gz
packages-cbb2de08ad42e9403cf901b5e83755e0cdaf50ff.zip
Added CUDA bindings
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]