-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: functions to retrieve numbers of packages, cores, and pus #3
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
maartenarnst
force-pushed
the
add_num_functions
branch
from
July 26, 2024 15:30
856ac23
to
dec0033
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
6 times, most recently
from
July 28, 2024 11:46
5cd58ac
to
4d9f377
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
2 times, most recently
from
July 29, 2024 09:37
a613fd9
to
d36d95f
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
from
July 29, 2024 10:01
d36d95f
to
245af28
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
from
July 29, 2024 10:06
245af28
to
5ae7452
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
3 times, most recently
from
July 29, 2024 10:52
345b5c4
to
b6c5e97
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
from
July 29, 2024 12:24
b6c5e97
to
6e5f56d
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
2 times, most recently
from
July 29, 2024 13:06
4df4eb9
to
b87795a
Compare
maartenarnst
force-pushed
the
add_num_functions
branch
2 times, most recently
from
July 29, 2024 13:11
49b1f86
to
c7fc02a
Compare
Add num functions Switch to building and storing image for tests Add nvidia jetson xavier agx and apple m2
maartenarnst
force-pushed
the
add_num_functions
branch
from
July 29, 2024 14:01
c7fc02a
to
fc78b17
Compare
romintomasetti
approved these changes
Jul 29, 2024
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.
This PR adds functions to retrieve the numbers of packages, cores, and pus.
As a drive-by change, this PR also adds machinery to construct a Docker image and a
devcontainer.json
to help with development, testing, ...