diff options
| author | Mamy Ratsimbazafy <mratsim@users.noreply.github.com> | 2018-02-18 22:51:06 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-18 21:51:06 +0000 |
| commit | 9e33b281373567a050d4214b8a41609431a4946a (patch) | |
| tree | ffbb9e8cfdfc70c9e306b81e1e4dc534c3438764 | |
| parent | aa75ab9664f1a424a97ac24d481d3f8bd200c6d5 (diff) | |
| download | packages-9e33b281373567a050d4214b8a41609431a4946a.tar.gz packages-9e33b281373567a050d4214b8a41609431a4946a.zip | |
Add CLBlast, a wrapper for the OpenCL BLAS library (#654)
| -rw-r--r-- | packages.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e9332dd..433962a 100644 --- a/packages.json +++ b/packages.json @@ -8169,6 +8169,27 @@ "web": "https://github.com/nim-lang/libsvm_legacy" }, { + "name": "clblas", + "url": "https://github.com/numforge/nim-clblast", + "method": "git", + "tags": [ + "BLAS", + "linear", + "algebra", + "vector", + "matrix", + "opencl", + "high", + "performance", + "computing", + "GPU", + "wrapper" + ], + "description": "Wrapper for CLBlast, an OpenCL BLAS library", + "license": "Apache License 2.0", + "web": "https://github.com/numforge/nim-clblast" + }, + { "name": "nimp5", "url": "https://github.com/Foldover/nim-p5", "method": "git", |
