https://github.com/elcritch/exblas
OpenBLAS for Nerves
https://github.com/elcritch/exblas
Last synced: 5 months ago
JSON representation
OpenBLAS for Nerves
- Host: GitHub
- URL: https://github.com/elcritch/exblas
- Owner: elcritch
- Created: 2020-07-27T02:07:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T00:42:30.000Z (over 1 year ago)
- Last Synced: 2025-05-07T13:57:05.469Z (5 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToolchainExtrasBlas
Nerves Toolchain package for OpenBLAS.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `toolchain_extras_blas` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:toolchain_extras_blas, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/toolchain_extras_blas](https://hexdocs.pm/toolchain_extras_blas).