-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: ExaTrkX edge building KDTree on CPU + fixes + refactor + tests #2360
Merged
kodiakhq
merged 15 commits into
acts-project:main
from
benjaminhuth:feature/edge-building-kdtree-plus-refactor
Aug 16, 2023
Merged
feat: ExaTrkX edge building KDTree on CPU + fixes + refactor + tests #2360
kodiakhq
merged 15 commits into
acts-project:main
from
benjaminhuth:feature/edge-building-kdtree-plus-refactor
Aug 16, 2023
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
Codecov Report
@@ Coverage Diff @@
## main #2360 +/- ##
=======================================
Coverage 49.57% 49.57%
=======================================
Files 453 453
Lines 25513 25513
Branches 11707 11707
=======================================
Hits 12649 12649
Misses 4579 4579
Partials 8285 8285 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊: Physics performance monitoring for b23e9b3physmon summary
|
benjaminhuth
changed the title
feat: ExaTrkX edge building KDTree on CPU + fixes + refactor
feat: ExaTrkX edge building KDTree on CPU + fixes + refactor + tests
Aug 16, 2023
github-actions
bot
added
Component - Examples
Affects the Examples module
Changes Performance
labels
Aug 16, 2023
andiwand
previously approved these changes
Aug 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
took a quick look - looks good - nothing critical from my side
Co-authored-by: Andreas Stefl <[email protected]>
andiwand
approved these changes
Aug 16, 2023
acts-project-service
added
the
Fails Athena tests
This PR causes a failure in the Athena tests
label
Aug 16, 2023
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 17, 2023
should go in after #2360
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 24, 2023
This allows the use of cluster information in a (so far) quite unflexible way: * Each component can specify the number of features it uses. * The features are in a fixed order (r, phi, z, cell count, activation sum, cluster size x, cluster size y) * No reordering or slicing is possible currently, so a model cannot take (r, phi, activation sum, cell count) as input Should go in after #2360
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Changes Performance
Component - Examples
Affects the Examples module
Component - Plugins
Affects one or more Plugins
Fails Athena tests
This PR causes a failure in the Athena tests
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.
Acts::KDTree
methodstd::vector
totorch::Tensor
conversions