A language and compiler for ML
%0 = prodr.constant dense<[1.0, 2.0]> : tensor<2xf64>
We need to build our own MLIR in the local machine in advance. Please follow the build instruction for MLIR here.
mkdir build && cd build
cmake -G Ninja ..
ninja
- LLVM
- MLIR
- CMake
- Ninja