Parallax is a domain-specific language designed for high-performance computing with a focus on SIMD (Single Instruction, Multiple Data) operations, memory management, and optimizations. This document provides an overview of the project structure.
The Parallax project is organized into several directories, each serving a specific purpose:
/include
/src
- /compiler
- /simd
- /memory_management
- mlir
- /passes
- /ffi
/docs
- /specs
- /tutorials
/tests
- /unit_tests
- /simd_tests
/examples
- /examples
/build
To get started with Parallax, refer to the documentation in the /docs/tutorials
directory for installation instructions and usage examples. For contributing to the development of Parallax, please refer to the contribution guidelines in the /docs/specs
directory.
MIT Licencse