Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 878 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 878 Bytes

Parallax

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.

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

Getting Started

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.

License

MIT Licencse