{"id":18422012,"url":"https://github.com/spcl/fblas","last_synced_at":"2025-04-07T14:32:19.359Z","repository":{"id":56275137,"uuid":"169586890","full_name":"spcl/FBLAS","owner":"spcl","description":"BLAS implementation for Intel FPGA","archived":false,"fork":false,"pushed_at":"2020-11-18T09:11:41.000Z","size":678,"stargazers_count":76,"open_issues_count":0,"forks_count":24,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-28T02:00:17.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spcl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-07T14:43:22.000Z","updated_at":"2024-01-04T16:30:32.000Z","dependencies_parsed_at":"2022-08-15T15:50:36.525Z","dependency_job_id":null,"html_url":"https://github.com/spcl/FBLAS","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcl%2FFBLAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcl%2FFBLAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcl%2FFBLAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcl%2FFBLAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spcl","download_url":"https://codeload.github.com/spcl/FBLAS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223283983,"owners_count":17119593,"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-11-06T04:27:43.634Z","updated_at":"2024-11-06T04:27:44.216Z","avatar_url":"https://github.com/spcl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" width=\"128\" height=\"128\" src=\"/misc/fblas_logo.png?raw=true\"\u003e\n\n# FBLAS\n\n**FBLAS** is a porting of the BLAS numerical library ([http://www.netlib.org/blas/](http://www.netlib.org/blas/)) for Intel FPGA platform. \nFor more details, see our [paper](https://arxiv.org/abs/1907.07929).\n\n\u0026nbsp;\n\n\n## Code\n\n### Requirements\n\nThe library depends on:\n\n* Intel FPGA SDK for OpenCL pro, version 19+ ([http://fpgasoftware.intel.com/opencl/](http://fpgasoftware.intel.com/opencl/))\n* GCC (version 5+)\n* Rapidjson ([http://rapidjson.org/](http://rapidjson.org/))\n* Google Test (only for unit tests)\n* Python 3.6+\n\n### Installation\n\nAfter cloning this repository, make sure you clone the [rapidjson](http://rapidjson.org/) submodule dependency, by executing the following command:\n\n```\ngit submodule update --init\npip install -r codegen/requirements.txt\n```\n\n\n## The FBLAS library\n\n\u003cimg align=\"right\" width=\"256\" height=\"220\" src=\"/misc/fblas_design.png?raw=true\"\u003e\n\nFBLAS provides two layers of abstraction: \n\n* **HLS modules**, which can be integrated into existing hardware designs. They implement BLAS routines (`DOT`, `GEMV`, `GEMM`, etc.). Modules have been designed with compute performance in mind, exploiting the spatial parallelism and fast on-chip memory on FPGAs and have a streaming interface: data is received and produced using channels. In this way, they can be composed and communicate using on-chip resources rather than off-chip device RAM;\n\n* a high-level **Host API** conforming to the classical BLAS interface that allows the user to invoke routines directly from a host program. No prior knowledge on FPGA architecture and/or tools is needed. The user writes a standard OpenCL program: she is responsible to transferring data to and from\nthe device, she can invoke the desired FBLAS routines working on the FPGA memory, and then she copies back the result from the device.\n\nFor further information on how to use the library, please refer to the [wiki](https://github.com/spcl/FBLAS/wiki).\n\n## Publication\nIf you use FBLAS, please cite us:\n```\n\n@inproceedings{fblas,\n    author = {De Matteis, Tiziano and de Fine Licht, Johannes and Hoefler, Torsten},\n    title = {FBLAS: Streaming Linear Algebra on FPGA},\n    year = {2020},\n    isbn = {9781728199986},\n    publisher = {IEEE Press},\n    booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},\n    articleno = {59},\n    numpages = {13},\n    keywords = {high level synthesis, spatial architectures, hardware library},\n    location = {Atlanta, Georgia},\n    series = {SC '20}\n}\n```\nConcerning the Artifact Evaluation of the paper, you will find detailed information in subfolder `evaluation`.\n\n\n## Contact\n\nFBLAS can be used to build numerical applications, and be modified to include new features.\nContributions, comments, and issues are welcome!\n\n## License\n\nFBLAS is published under the New BSD license, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspcl%2Ffblas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspcl%2Ffblas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspcl%2Ffblas/lists"}