Open Source Projects

Other Open Source Projects

FlexTensor

⭐ Loading... MIT License

FlexTensor is an automatic schedule exploration and optimization framework for tensor computation on heterogeneous systems. It can optimize tensor computation programs without human interference, allowing programmers to only work on high-level programming abstraction without considering the hardware platform details.

FlexTensor systematically explores the optimization design spaces that are composed of many different schedules for different hardware. Then, FlexTensor combines different exploration techniques, including heuristic method and machine learning method to find the optimized schedule configuration.

compiler-and-arch

⭐ Loading...

compiler-and-arch is a curated list of tutorials, papers, talks, and open-source projects for emerging compiler and architecture research. This repository serves as a comprehensive resource for researchers and practitioners interested in compiler design and computer architecture.

AMOS

⭐ Loading...

AMOS (Automatic Mapping Generation, Verification, and Exploration for ISA-based Spatial Accelerators) is a framework for automatic mapping generation and optimization for spatial accelerators. It provides tools for exploring and optimizing mappings for various hardware accelerators.

MatmulTutorial

⭐ Loading...

MatmulTutorial is an easy-to-understand TensorOp Matmul tutorial that provides comprehensive guides for understanding matrix multiplication operations on modern accelerators. It offers detailed explanations and examples for implementing efficient matrix multiplication kernels.