-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add GDALTranspose2D() for fast 2D matrix transposition #11572
Merged
Merged
Conversation
This file contains 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
rouault
added
the
funded through GSP
Work funded through the GDAL Sponsorship Program
label
Jan 3, 2025
rouault
force-pushed
the
GDALTranspose2D
branch
2 times, most recently
from
January 3, 2025 18:57
7d51138
to
f3559dc
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
from
January 3, 2025 19:19
f3559dc
to
c692d8f
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
6 times, most recently
from
January 5, 2025 00:20
1b925e2
to
f01885b
Compare
dbaston
reviewed
Jan 5, 2025
rouault
force-pushed
the
GDALTranspose2D
branch
2 times, most recently
from
January 5, 2025 01:27
f5aa7fe
to
ed70234
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
2 times, most recently
from
January 5, 2025 05:43
9881325
to
edea65f
Compare
…ntation for ICC and MSVC
rouault
force-pushed
the
GDALTranspose2D
branch
from
January 5, 2025 05:49
edea65f
to
e487adf
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
2 times, most recently
from
January 5, 2025 17:46
8f6e3a6
to
f8b9b26
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
from
January 5, 2025 18:49
f8b9b26
to
17dbb6c
Compare
rouault
force-pushed
the
GDALTranspose2D
branch
from
January 5, 2025 19:39
17dbb6c
to
3f217b6
Compare
Can confirm with 30s -> 20s here. Nice! |
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.
and use it in VRTProcessedDataset
On the use case of #11209 (comment) , "gdal_translate src.vrt dst.tif" runtime is reduced from 38 seconds to 22 seconds on my machine.
CC @dbaston