-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use single memory block for LQRKnot #243
Draft
ManifoldFR
wants to merge
15
commits into
devel
Choose a base branch
from
topic/gar-optimizations
base: devel
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.
Draft
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
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:03
fd9ccb6
to
c476f7f
Compare
This change is part of the following stack: Change managed by git-spice. |
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:08
c3bc889
to
13d0caf
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:08
c476f7f
to
3ed9bab
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:31
13d0caf
to
1217df0
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:35
3ed9bab
to
917d58d
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 20:42
1217df0
to
958c3b1
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
2 times, most recently
from
November 2, 2024 01:33
274a13b
to
d058aa6
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 4, 2024 16:55
febc812
to
4d2671f
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 4, 2024 16:55
d058aa6
to
9e1943c
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 4, 2024 22:21
9e1943c
to
3221c84
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 15, 2024 16:45
3221c84
to
63d4a0b
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
4 times, most recently
from
December 9, 2024 21:46
e592f1e
to
41aa904
Compare
+ didn't help much with compile times
…d memory per block + using `MemReq` Give no_init_t tag type a constexpr explicit ctor
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
December 12, 2024 10:52
41aa904
to
e5e53b3
Compare
riccati-kernel : these functions cannot be inline
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
December 12, 2024 22:17
a225cac
to
f1da2bf
Compare
…her than alignof(T)
+ construct map from sizes and data pointer + construct map from our allocator class + steal data from other maps
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.
Add MemReq struct, and test
Update mem-req.hpp with reset()
Update CHANGELOG
[gar] Change
LQRKnotTpl
class to work with single block of allocated memory per blockMemReq
Give no_init_t tag type a constexpr explicit ctor