-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Operator] Init NLL_LOSS * [Bugfix] Fix NLLLoss accuracy test to put gradient on the same device * [Chore] Apply minor modifications to NLLLoss * [Chore] Register NLL_LOSS * [Chore] Change register name of NLL_LOSS * [Operator] Optimize nll_loss and achieve * [Operator] update tiling config * [Operator] set default tiling size for forward function * [Operator] set block_size as 128 and simplify the code * [Format] reformat * [Format] reformat arg procession in libentry * [Operator] fix bug in unit test of nll_loss * [Operator] register operator as nll_loss_nd to support 3d tensor * [Operator] reimplement nll_loss * [Operator] fuse nll_loss forward kernels into one * [Operator] add assertation and modify condition expression * [Operator] optimize --------- Co-authored-by: strongspoon <[email protected]>
- Loading branch information
1 parent
2c77d4e
commit 08796d1
Showing
10 changed files
with
538 additions
and
56 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
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
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.