Skip to content

Commit

Permalink
Fix up some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipturner committed Jul 28, 2023
1 parent 6a65815 commit df1d784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Function signatures:

Function variants:
- dimensionality of convolutions specified through numerical function constants
- different convolution windows (e.g. Conv1x1 vs Conv3x3) specified through numerical function constants
- different convolution windows (e.g. Conv3x3 vs Conv5x5) specified through numerical function constants
- unsupported kernel variants simply do nothing at runtime

## Best Practices
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Usage:
Alternatively:
- Download the newest version of Xcode
- Fetch the Metal library from [GitHub releases](https://github.com/philipturner/metal-flash-attention/releases)
- Run the command-line tool from this repository that validates integrity of the Metal library
- Run the unit tests from this repository

## Performance

Expand Down

0 comments on commit df1d784

Please sign in to comment.