Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ that will be set by CMake.
Options
|Option|Default|Purpose|
|------|-------|-------|
|BUILD\_ROCFILE|ON|Build the rocFile library (AMD only, OFF for NVIDIA)|
|BUILD\_HIPFILE|ON|Build the hipFile library|
|BUILD\_AIS\_DOCS|OFF|Build API documentation|
|AIS\_USE\_CLANG\_TIDY|OFF|Run the `clang-tidy` tool|
|AIS\_USE\_IWYU|OFF|Run the `include-what-you-use` tool|
|BUILD\_AIS\_DOCS|OFF|Build API documentation (requires Doxygen)|
|BUILD\_AISCP|ON|Build `aiscp` example program (OFF if no hipFile)|
|BUILD\_CODE\_COVERAGE|OFF|Generate code coverage information when tests are run|
|BUILD\_HIPFILE|ON|Build the hipFile library|
|BUILD\_ROCFILE|ON|Build the rocFile library (AMD only, OFF for NVIDIA)|
|BUILD\_TESTING|ON|Build the test suite|

### Build
`cmake --build .`
Expand Down
Loading