forked from nod-ai/SHARK-ModelDev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tk5] Implement slice analysis and sufficient op coverage for a softm…
…ax kernel. (nod-ai#222) * Adds arithmetic binary broadcast. * Adds f32 arithmetic. * Handles torch ops exp, max, sum (only reduce to scalar at the moment). * General python signature validation and unpacking. * Some initial attribute propagation work needed to handle unsigned properly. * A start at full generality for symbolic dimensions and slice analysis. Needs to be reworked before too long but this gets us basic functionality on static kernels while leaving room for dynamic to emerge.
- Loading branch information
1 parent
6e8eec1
commit 247396c
Showing
12 changed files
with
986 additions
and
145 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.