Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/backend/OPENCL.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ cmake .. -G Ninja `
ninja
```

## Linux

The two steps just above also apply to Linux. If building for Linux, Ensure you have Git, CMake, Clang, Ninja and Python installed, in the second step remove the `-DCMAKE_TOOLCHAIN_FILE` parameter, and then in both steps replace the backticks with back slashes.

## Known Issues

- Flash attention does not always improve performance.
Expand Down
Loading