Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nullplay authored Jan 19, 2025
1 parent 661d073 commit 5501913
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ cmake -G Ninja ../llvm \
-DPython3_EXECUTABLE=<YOUR PYTHON PATH (e.g., /Users/jaeyeonwon/.venv/mlirdev/bin/python)>
# Build and Check mlir (I got 88% passed)
cmake --build . --target check-mlir
cmake --build . --target check-mlir
```

3. Add PYTHONPATH
```
# Add below line to .bashrc or .zshrc
export PYTHONPATH=$LLVM_BUILD_DIR/tools/mlir/python_packages/mlir_core:$PYTHONPATH
```


3. Build Finch-mlir
4. Build Finch-mlir

```
https://github.com/finch-tensor/Finch-mlir.git
Expand All @@ -53,4 +61,3 @@ cmake -G Ninja .. -DMLIR_DIR=$LLVM_BUILD_DIR/lib/cmake/mlir -DLLVM_EXTERNAL_LIT=
# Build and Check finch-mlir
cmake --build . --target check-finch
```

0 comments on commit 5501913

Please # to comment.