{"id":17250668,"url":"https://github.com/statusfailed/scratch-accelerate-blas","last_synced_at":"2025-09-18T13:51:03.276Z","repository":{"id":145120207,"uuid":"323941383","full_name":"statusfailed/scratch-accelerate-blas","owner":"statusfailed","description":"A simple example project running a matrix multiplication with Accelerate and Accelerate BLAS","archived":false,"fork":false,"pushed_at":"2020-12-23T15:59:38.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:43:54.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/statusfailed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-12-23T15:46:24.000Z","updated_at":"2020-12-23T15:59:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c76db18e-cc92-467e-9d32-fc32304e7434","html_url":"https://github.com/statusfailed/scratch-accelerate-blas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statusfailed/scratch-accelerate-blas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fscratch-accelerate-blas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fscratch-accelerate-blas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fscratch-accelerate-blas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fscratch-accelerate-blas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statusfailed","download_url":"https://codeload.github.com/statusfailed/scratch-accelerate-blas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fscratch-accelerate-blas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275779762,"owners_count":25527345,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-15T06:49:17.473Z","updated_at":"2025-09-18T13:51:03.220Z","avatar_url":"https://github.com/statusfailed.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Accelerate BLAS Test Project\n\nThis repository is a minimal buildable example of a project using\n[Accelerate][accelerate] and [Accelerate-BLAS][accelerate-blas].\n\nNote the cabal.project file containing the constraints\n\n    constraints: blas-hs +cblas +openblas\n\nwhich tells the Haskell `blas-hs` library (used for the `Native` backend's BLAS\nimplementation) how to link to the system's C BLAS library.\nFor details on these flags, see the [blas-hs README][blas-hs-docs]\n\n[accelerate]: https://hackage.haskell.org/package/accelerate\n[accelerate-blas]: https://hackage.haskell.org/package/accelerate-blas\n[blas-hs-docs]: https://github.com/Rufflewind/blas-hs#linking-to-blas\n\n# Build and Run\n\nWith system dependencies installed, you should be able to run simply with\n\n    cabal build\n    cabal run\n\nOn Arch Linux, I have tested with the following system dependencies:\n\n- openblas 0.3.12-1\n- cblas 3.9.0-3\n- cuda 10.2.89-5\n\nI haven't yet tested on other platforms. Please open an issue if you have\nproblems.\n\n# Issues\n\nWhile this project builds, I still get the below linker errors when running\n`cabal repl`:\n\n    undefined symbol: _ZSt7nothrow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fscratch-accelerate-blas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusfailed%2Fscratch-accelerate-blas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fscratch-accelerate-blas/lists"}