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.
- Host: GitHub
- URL: https://github.com/facebookincubator/axiom
- Owner: facebookincubator
- License: apache-2.0
- Created: 2024-12-12T18:57:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-01T06:24:03.000Z (5 months ago)
- Last Synced: 2025-10-01T08:35:23.977Z (5 months ago)
- Language: C++
- Homepage:
- Size: 1.7 MB
- Stars: 22
- Watchers: 5
- Forks: 35
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- stars - facebookincubator/axiom - ends for query execution powered by Velox. (HarmonyOS / Windows Manager)
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.