Skip to content

Commit

Permalink
[NFC] Fix example paths in examples/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag committed Jan 13, 2024
1 parent fc2948a commit bd23291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ buddy-opt <input> -lower-dip="DIP-strip-mining=${BUDDY_DIP_OPT_STRIP_MINING}"

```
$ cd buddy-mlir/build/bin
$ ./buddy-opt ../../examples/DIPDialect/dip.mlir --lower-dip="DIP-strip-mining=${BUDDY_DIP_OPT_STRIP_MINING}"
$ ./buddy-opt ../../frontend/Interfaces/DIP.mlir --lower-dip="DIP-strip-mining=${BUDDY_DIP_OPT_STRIP_MINING}"
```

- Edge detection example:
Expand Down Expand Up @@ -237,7 +237,7 @@ Example:

```
$ cd buddy-mlir/build/bin
$ ./buddy-opt ../../examples/BudDialect/TestConstant.mlir --lower-bud
$ ./buddy-opt ../../examples/BudDialect/bud-print.mlir --lower-bud
```

## DSL Examples
Expand Down

0 comments on commit bd23291

Please sign in to comment.