Skip to content
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

Small ops fixes for Torch unit tests #316

Merged
merged 46 commits into from
Jun 12, 2023
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0f38d06
Add PyTorch numpy functionality
nkovela1 May 16, 2023
1db99e4
Add dtype conversion
nkovela1 May 16, 2023
d2a6297
Sync with torch name change
nkovela1 May 16, 2023
be982ea
Partial fix for PyTorch numpy tests
nkovela1 May 16, 2023
9974305
small logic fix
nkovela1 May 16, 2023
db32301
Revert numpy_test
nkovela1 May 16, 2023
1b24426
Add tensor conversion to numpy
nkovela1 May 17, 2023
d14b59a
Fix some arithmetic tests
nkovela1 May 17, 2023
96d044b
Fix some torch functions for numpy compatibility
nkovela1 May 17, 2023
f0224ea
Fix pytorch ops for numpy compatibility, add TODOs
nkovela1 May 17, 2023
fb0a33a
Fix formatting
nkovela1 May 17, 2023
581a566
Implement nits and fix dtype standardization
nkovela1 May 18, 2023
d3163d1
Add pytest skipif decorator and fix nits
nkovela1 May 18, 2023
6a1e1b5
Fix formatting and rename dtypes map
nkovela1 May 18, 2023
cd5f124
Split tests by backend
nkovela1 May 18, 2023
8095653
Sync with main
nkovela1 May 23, 2023
e574586
Merge space
nkovela1 May 23, 2023
b68e31e
Fix dtype issues from new type checking
nkovela1 May 24, 2023
38897de
Implement torch.full and torch.full_like numpy compatible
nkovela1 May 24, 2023
ef990d6
Implements logspace and linspace with tensor support for start and stop
nkovela1 May 24, 2023
a59390a
Replace len of shape with ndim
nkovela1 May 24, 2023
43a5480
Fix formatting
nkovela1 May 24, 2023
418e187
Implement torch.trace
nkovela1 May 24, 2023
b45a4ee
Implement eye k diagonal arg
nkovela1 May 24, 2023
52847eb
Implement torch.tri
nkovela1 May 25, 2023
7b80426
Fix formatting issues
nkovela1 May 25, 2023
d5d38e8
Fix torch.take dimensionality
nkovela1 May 25, 2023
bd4979c
Add split functionality
nkovela1 May 25, 2023
40e7ccb
Revert torch.eye implementation to prevent conflict
nkovela1 May 25, 2023
51aa764
Implement all padding modes
nkovela1 May 25, 2023
9879678
Sync and merge with main
nkovela1 May 25, 2023
d53e52d
Merge branch 'main' into nkovela-pytorch
nkovela1 May 26, 2023
82892fd
Adds torch image resizing and torchvision dependency.
nkovela1 May 26, 2023
1518f4c
Fix conditional syntax
nkovela1 May 26, 2023
7ba937f
Make torchvision import optional
nkovela1 May 30, 2023
64760fd
Merge branch 'main' into nkovela-pytorch
nkovela1 May 30, 2023
193e558
Partial implementation of torch RNN
nkovela1 Jun 5, 2023
3efd465
Merge branch 'main' into nkovela-pytorch
nkovela1 Jun 6, 2023
d651ca9
Duplicate torch demo file
nkovela1 Jun 7, 2023
f0033ff
Merge branch 'main' into nkovela-pytorch
nkovela1 Jun 9, 2023
89c0f31
Small ops fixes for torch unit tests
nkovela1 Jun 10, 2023
7dee1f4
Merge branch 'main' into nkovela-pytorch
nkovela1 Jun 10, 2023
f25229b
delete nonfunctional gpu test file
nkovela1 Jun 10, 2023
fdc4668
Revert rnn and formatting fixes
nkovela1 Jun 10, 2023
d05a2a5
Revert progbar
nkovela1 Jun 12, 2023
7f34d89
Fix formatting
nkovela1 Jun 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into nkovela-pytorch
  • Loading branch information
nkovela1 committed May 26, 2023
commit d53e52d642fc62efc983f68234927c04da6204d0

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.