{"id":22787587,"url":"https://github.com/axect/peroxide_blas","last_synced_at":"2025-03-30T16:17:22.060Z","repository":{"id":267146677,"uuid":"611195416","full_name":"Axect/Peroxide_BLAS","owner":"Axect","description":"Peroxide with BLAS example repo","archived":false,"fork":false,"pushed_at":"2023-03-08T10:38:34.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T19:46:35.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T10:16:56.000Z","updated_at":"2024-04-06T02:19:06.000Z","dependencies_parsed_at":"2024-12-08T17:31:48.414Z","dependency_job_id":"82f25ff9-f42d-4fc4-937a-4ca9155f0e91","html_url":"https://github.com/Axect/Peroxide_BLAS","commit_stats":null,"previous_names":["axect/peroxide_blas"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPeroxide_BLAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPeroxide_BLAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPeroxide_BLAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPeroxide_BLAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/Peroxide_BLAS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342994,"owners_count":20761947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T00:58:35.203Z","updated_at":"2025-03-30T16:17:22.033Z","avatar_url":"https://github.com/Axect.png","language":"Rust","readme":"# Peroxide with BLAS Example Repo\n\n## Rust `blas` ecosystem\n\nPeroxide uses `blas` and `lapack` crate in `O3` feature. But they are just wrapper crates, so we need source crates.\n\nThere are several source crates to provide concrete implementations of BLAS and LAPACK.\n\n* [`accelerate-src`](https://github.com/blas-lapack-rs/accelerate-src)\n* [`blis-src`](https://github.com/blas-lapack-rs/blis-src)\n* [`intel-mkl-src`](https://github.com/termoshtt/rust-intel-mkl)\n* [`netlib-src`](https://github.com/blas-lapack-rs/netlib-src)\n* [`openblas-src`](https://github.com/blas-lapack-rs/openblas-src)\n\nAnd they have `system` feature to skip building the bundled BLAS implementation.\n\n## For Arch-linux\n\nFor specifically, I'll explain Arch-linux case.\nIn arch linux, you can install `openblas` or `blis`. (Also `blas` is there, but `blas-src` does not provide `system` feature.)\n\n* Use OpenBLAS\n    : Add `openblas-src` dependency to `Cargo.toml` as same as this repo's [Cargo.toml](./Cargo.toml)\n* Use BLIS\n    : Add `blis-src` dependency to `Cargo.toml` as same as this repo's [Cargo.toml](./Cargo.toml)\n\nAnd add `extern crate \u003cCRATE\u003e` to your `lib.rs` or `main.rs`. The `\u003cCRATE\u003e` is one of above source crates.\nIn this repo, I used `blis-src`.\n\n## References\n\n* [blas-lapack-rs](https://github.com/blas-lapack-rs/blas-lapack-rs.github.io/wiki)\n* [ndarray](https://github.com/rust-ndarray/ndarray#how-to-enable-blas-integration)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fperoxide_blas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fperoxide_blas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fperoxide_blas/lists"}