Skip to content

Commit

Permalink
Update README.md - remove outdated command for documentation (#939)
Browse files Browse the repository at this point in the history
Remove the directions for building TableGen-derived documentation as the
indicated CMake target, `mlir-doc`, does not work.

When I run `cmake --build . --target mlir-doc`, I get the following
error:

```
ninja: error: '/home/rolf/intel_code/tpp-mlir/include/TPP/Dialect/Check/CheckDialect.td', needed by 'include/TPP/Dialect/Check/CheckDialect.md', missing and no known rule to make it
```

To me this indicates that there are rules for this target but that they
are currently broken (something wrong with the `CMakeLists.txt` for the
`Check` dialect?). This PR only addresses the documentation aspect. We
might want to fix the `mlir-doc` target (e.g. by removing it) in another
PR.
  • Loading branch information
rolfmorel authored Jun 24, 2024
1 parent a16070d commit 6fa15b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ cmake --build . --target check-tpp
popd
```

To build the documentation from the TableGen description of the dialect
operations, run:

```sh
cmake --build . --target mlir-doc
```

To enable experimental GPU support see: [GPU/README.md](lib/TPP/GPU/README.md)

### Conda Environment
Expand Down

0 comments on commit 6fa15b3

Please sign in to comment.