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

ht.array() default to copy=None (e.g., only if necessary) #1119

Merged
merged 29 commits into from
Jun 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bb1e4db
Default to copy=None in `ht.array()` as per array-API
ClaudiaComito Mar 6, 2023
8f4e34b
remove unnecessary copy if split not None
ClaudiaComito Mar 6, 2023
fc59df1
return contiguous local tensor after torch.diagonal
ClaudiaComito Mar 7, 2023
0139c65
set default copy=None for asarray
ClaudiaComito Mar 7, 2023
eae8256
Update documentation
ClaudiaComito Mar 15, 2023
dafa614
allow copy for lists and tuples
ClaudiaComito Mar 15, 2023
aafa774
expand tests
ClaudiaComito Mar 15, 2023
c65eecd
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Mar 29, 2023
52e2c48
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Mar 30, 2023
f2c49fc
interpret numpy.ndarray.dtype
ClaudiaComito Mar 30, 2023
66069b5
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Apr 17, 2023
f5107b8
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Apr 17, 2023
729b9f3
expand tests
ClaudiaComito Apr 17, 2023
d56d8b8
fix dtype in numpy obj test
ClaudiaComito Apr 18, 2023
04b9259
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Apr 24, 2023
25a4cb9
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Apr 27, 2023
ac2bb29
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito May 22, 2023
a64eaa2
improve docs after review
ClaudiaComito May 22, 2023
ca868ea
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito May 31, 2023
e882c56
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Jun 6, 2023
c9ba402
Edit documentation
ClaudiaComito Jun 6, 2023
8514070
reduce memory footprint ht.array()
ClaudiaComito Jun 12, 2023
d3fb45b
skip tests on arm64 architecture
ClaudiaComito Jun 13, 2023
ef6b86a
assign correct split on 1 process as well
ClaudiaComito Jun 13, 2023
0312f86
add copy kwarg to asarray()
ClaudiaComito Jun 13, 2023
d6ebd8d
edit asarray docs
ClaudiaComito Jun 13, 2023
7b2a267
Merge branch 'main' into features/#1117-array-copy-None
ClaudiaComito Jun 19, 2023
49197b3
skip split mismatch test on 1 process
ClaudiaComito Jun 19, 2023
17ca24f
skip split mismatch test on 1 process
ClaudiaComito Jun 19, 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 features/#1117-array-copy-None
  • Loading branch information
ClaudiaComito committed Apr 17, 2023
commit f5107b8e3a6099df50b0ea5ac2bdad13d3809fcb

This merge commit was added into this branch cleanly.

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