An open API service indexing awesome lists of open source software.

https://github.com/facebookincubator/axiom

Axiom is a set of composable libraries for Compute frontend.
https://github.com/facebookincubator/axiom

Last synced: 5 months ago
JSON representation

Axiom is a set of composable libraries for Compute frontend.

Awesome Lists containing this project

README

          

Axiom is an experimental frontend for the Velox ecosystem.

## License

Axiom is licensed under the Apache 2.0 License. A copy of the license
[can be found here.](LICENSE)

## Getting started

[Optimizer](axiom/optimizer/README.md)

## Advance Velox Version
Axiom integrates Velox as a Git submodule, referencing a specific commit of the Velox repository. Advance Velox when your changes depend on code in Velox that is not available in the current commit. To update the Velox version, follow these steps:
* `git -C velox checkout main`
* `git -C velox pull`
* `git add velox`
* Build and run tests to ensure everything works.
* Submit a PR, get it approved and merged.