diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2016-05-20 16:11:10 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2016-05-20 16:11:10 +0200 |
| commit | 9613f4673ebbe3176ca0e0edbf24b07f4ad0274f (patch) | |
| tree | d1e303439d0924c434fbd62f54063cd57be4eb03 | |
| parent | 294fbac956b9e330987b423f9b1f960d2faae979 (diff) | |
| download | packages-9613f4673ebbe3176ca0e0edbf24b07f4ad0274f.tar.gz packages-9613f4673ebbe3176ca0e0edbf24b07f4ad0274f.zip | |
Added nimcl and nimblas
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f9baf64..929e421 100644 --- a/packages.json +++ b/packages.json @@ -4717,5 +4717,31 @@ "description": "Define enums which values preserve their binary representation upon inserting or reordering", "license": "MIT", "web": "https://github.com/yglukhov/persistent_enums" + }, + { + "name": "nimcl", + "url": "https://github.com/unicredit/nimcl", + "method": "git", + "tags": [ + "OpenCL", + "GPU" + ], + "description": "High level wrapper over OpenCL", + "license": "Apache License 2.0", + "web": "https://github.com/unicredit/nimcl" + }, + { + "name": "nimblas", + "url": "https://github.com/unicredit/nimblas", + "method": "git", + "tags": [ + "BLAS", + "linear algebra", + "vector", + "matrix" + ], + "description": "BLAS for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/unicredit/nimblas" } ] |
