-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix:
_like
factories now default to same device as input DNDarray (
#1443) * bugfix * removed print * set appropriate default device in __factory_like * undo explicit device setting * fix cond dtype setting * fix typo * deleting benchmarks 2020 * pacify pre-commit * reinstate original dtype call * bypass numpy() call in test_random * debug test_random * Update CISupport.yml * Update CIBase.yml --------- Co-authored-by: Hoppe <[email protected]> Co-authored-by: Michael Tarnawa <[email protected]> Co-authored-by: Claudia Comito <[email protected]>
- Loading branch information
1 parent
f465ef0
commit 421c868
Showing
12 changed files
with
45 additions
and
38 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
Empty file.
Empty file.
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
Empty file.
Empty file.
Empty file.
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
421c868
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.matmul_split_0_N1_GPU - RUNTIME
0.007676383946090937
s (0.020674996078014374
)0.0032328602392226458
s (0.008287741802632809
)2.37
This comment was automatically generated by workflow using github-action-benchmark.
CC: @web-flow