-
Notifications
You must be signed in to change notification settings - Fork 201
Fast TensorAccessor #1396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
haytham2597
wants to merge
22
commits into
dotnet:main
Choose a base branch
from
haytham2597:fast_tensor_accesor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fast TensorAccessor #1396
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ce679e2
fast copy tensor accessor
haytham2597 958a187
rollback sln
haytham2597 abe9990
Merge branch 'main' into fast_tensor_accesor
NiklasGustafsson 0b20f13
Numel
haytham2597 7df8e46
Merge branch 'fast_tensor_accesor' of https://github.com/haytham2597/…
haytham2597 d6865a6
original TorchSharp.sln
haytham2597 d2857bf
Fast Accesor to non contiguous tensor
haytham2597 f5e43d7
Test of TensorAccessor Contiguous and Non-Contiguous
haytham2597 6235075
Procedural NDArray
haytham2597 1ab3891
Fix TestJit_3 Threshold
haytham2597 19effd7
Improve tensor accessor
haytham2597 9ff7866
Simplify
haytham2597 9e6ba01
fix index and add more test
haytham2597 46fe73a
Merge branch 'main' into fast_tensor_accesor
NiklasGustafsson d24c709
Merge branch 'main' into fast_tensor_accesor
NiklasGustafsson 63aa144
Merge branch 'main' into fast_tensor_accesor
NiklasGustafsson c29592b
Merge branch 'main' of https://github.com/dotnet/TorchSharp into fast…
haytham2597 c031c61
release note
haytham2597 0fe2f96
Update RELEASENOTES.md
haytham2597 ac06718
Merge branch 'main' into fast_tensor_accesor
haytham2597 1ea4266
removed unused
haytham2597 5d50ebe
Merge branch 'fast_tensor_accesor' of https://github.com/haytham2597/…
haytham2597 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -273,3 +273,5 @@ packages/ | |
/.idea | ||
/test/TorchSharpTest/exportsd.py | ||
.vscode/settings.json | ||
/TestClear | ||
TestClear/ |
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
haytham2597 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.