-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TK] Add support for ops required for Flash Attention 2 (#385)
Add new ops: - tkl.exp2 (math) - tkl.max (reduce max) - tkl.sum (reduce sum) - tkl.broadcast (broadcast leading dims) - tkl.broadcast_in_dim (broadcast specific dimensions) - tkl.transpose (transpose)
- Loading branch information
Showing
11 changed files
with
311 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.