mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-20 20:09:51 +00:00
Added nimcl and nimblas
This commit is contained in:
parent
294fbac956
commit
9613f4673e
@ -4717,5 +4717,31 @@
|
|||||||
"description": "Define enums which values preserve their binary representation upon inserting or reordering",
|
"description": "Define enums which values preserve their binary representation upon inserting or reordering",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/yglukhov/persistent_enums"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user