https://github.com/nlpodyssey/spago-mat-asm
Generate x86 Assembly for spaGO matrices
https://github.com/nlpodyssey/spago-mat-asm
Last synced: 8 months ago
JSON representation
Generate x86 Assembly for spaGO matrices
- Host: GitHub
- URL: https://github.com/nlpodyssey/spago-mat-asm
- Owner: nlpodyssey
- License: bsd-2-clause
- Created: 2022-05-23T19:10:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T18:21:56.000Z (about 3 years ago)
- Last Synced: 2025-01-15T22:21:00.671Z (9 months ago)
- Language: Go
- Size: 123 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spaGO mat ASM
This repository provides the code to generate go-flavored x86 assembly
functions used for high-performance matrix operations in [spaGO] `mat` package.The assembly code is generated thanks to the amazing [avo] project.
[spaGO]: https://github.com/nlpodyssey/spago
[avo]: https://github.com/mmcloughlin/avo