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

Adding copyto for non-contiguous matrices and vectors #1778

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
65aabfd
Adding copyto for non-contigous matrices and vectors
evelyne-ringoot Feb 22, 2023
e1f6c1b
Removing typo
evelyne-ringoot Feb 22, 2023
d3e93a7
Resolving weird syntax that caused compilation error
evelyne-ringoot Feb 22, 2023
f2f4d17
Resolving syntax issue and typo
evelyne-ringoot Feb 24, 2023
1fa812e
Typo
evelyne-ringoot Feb 24, 2023
e73bdfd
Testing build without sync
evelyne-ringoot Feb 24, 2023
52f8e29
Fixing function name to match copyto Base function
evelyne-ringoot Feb 28, 2023
c9030f4
Adding support for mixed views non full arrays copyto
evelyne-ringoot Feb 28, 2023
1376be6
Typos in tests
evelyne-ringoot Feb 28, 2023
84d9b4b
Adding support for 1D and 2D views of multi-dimensional arrays
evelyne-ringoot Feb 28, 2023
85b3db3
typos
evelyne-ringoot Feb 28, 2023
0650821
Changing copyto!(B,A), A>B, from 2Dcopy to the vectorcopy Base behavior
evelyne-ringoot Mar 1, 2023
fdcd875
Fixing scalar indexing in test comparisons
evelyne-ringoot Mar 1, 2023
024673f
Adding support for views of length 1
evelyne-ringoot Mar 1, 2023
7029f2e
typo
evelyne-ringoot Mar 1, 2023
4022408
Adding parallelization of copyto
evelyne-ringoot Mar 1, 2023
b545545
Removing spaces
evelyne-ringoot Mar 1, 2023
64d3ece
Resolving compilation issues
evelyne-ringoot Mar 1, 2023
3af67c4
Merge branch 'master' into copyto_views
evelyne-ringoot Sep 5, 2023
3bd7166
Merge branch 'master' into copyto_views
evelyne-ringoot Sep 11, 2023
7f74a0b
Merge branch 'master' into copyto_views
evelyne-ringoot Sep 19, 2023
d222dae
Merge branch 'JuliaGPU:master' into copyto_views
evelyne-ringoot Aug 17, 2024
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 'master' into copyto_views
evelyne-ringoot authored Sep 11, 2023
commit 3bd716614fa5408667680d168a3f36640028bda5

This merge commit was added into this branch cleanly.

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