-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dedicated kernels for in-place
dpt.divide
and dpt.floor_divide
(
#1431) * Implements dedicated kernels for in-place division Includes floor division and true division * Adds tests for inplace division behavior * Adds a `static_assert` check to TrueDivideInplaceTypeMapFactory Checks that the result type is either the same as the third template parameter, or none Adds a comment to TrueDivideInplaceOutputType
- Loading branch information
1 parent
39e0700
commit e885838
Showing
6 changed files
with
657 additions
and
23 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.