Skip to content

Paran0idy/Prodr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prodr

A language and compiler for ML

Example

%0 = prodr.constant dense<[1.0, 2.0]> : tensor<2xf64>

Build

1. build custom llvm-project

We need to build our own MLIR in the local machine in advance. Please follow the build instruction for MLIR here.

2. build Prodr

mkdir build && cd build
cmake -G Ninja ..
ninja

Prerequisites

  • LLVM
  • MLIR
  • CMake
  • Ninja

About

A language and compiler for ML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published