Add a simple README for torch/lib.#1322
Merged
soumith merged 1 commit intopytorch:masterfrom Apr 21, 2017
Merged
Conversation
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Collaborator
|
yassss! |
eqy
pushed a commit
to eqy/pytorch
that referenced
this pull request
Jan 20, 2022
* Allow cast from Int to Int32 type * Update test_binary_ops with scalar tests * Add integral scalars to optional cast exception list
hubertlu-tw
pushed a commit
to hubertlu-tw/pytorch
that referenced
this pull request
Nov 1, 2022
* extend api to allow forced memory zeroing (empty() does not do it) * typo fix * ctx change * move zeroing flag to ctx * update test Co-authored-by: mchochowski <mchochowski@nvidia.com> Co-authored-by: Masaki Kozuki <mkozuki@nvidia.com>
jithunnair-amd
pushed a commit
that referenced
this pull request
Mar 18, 2024
scotts
added a commit
to scotts/pytorch
that referenced
this pull request
Mar 31, 2026
8b42d4c..185fe9c includes the following commits: 185fe9c Expose occupany limiting factors (pytorch#1330) 0c8ede0 remove the rocprofiler early exit hack (pytorch#1329) 4826a43 Remove duplicate test ignore (pytorch#1328) 37fada9 Ensure that async doesn't loop while sync is active (pytorch#1327) 628e1d0 Add host_name to OSS Kineto trace metadata via gethostname() (pytorch#1323) 9d7373b Revert D97166802 (pytorch#1326) 3a61657 Fix Lingering INT32 Overflow (pytorch#1324) 50a0085 Re-enabled some hardcoded tests (pytorch#1321) e19dd92 Expose occupany limiting factors (pytorch#1322) Authored with Claude.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Edward Z. Yang ezyang@fb.com