-
Notifications
You must be signed in to change notification settings - Fork 173
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: traccc chain in examples (common chain logic and CPU chain) #3320
Open
fredevb
wants to merge
31
commits into
acts-project:main
Choose a base branch
from
fredevb:traccc-plugin-host
base: main
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.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a631658
Covfie plugin
fredevb 83423b3
python black formatting
fredevb 474607f
fix covfie test in CI
fredevb 95bb841
fix covfieEnabled in python test
fredevb 1f5d596
update detray source
fredevb 46cb59b
updated detray and traccc sources
fredevb 4812c3a
detray plugin under traccc plugin
fredevb c523c8d
remove svgtools dependency from detray plugin
fredevb 18dcb38
fix accelerationLink return type
fredevb ecdd756
format
fredevb 3aca834
disabled detray setup thrust
fredevb c3f1b29
enabled thrust
fredevb 8b8006d
Turn off cuda for detray
fredevb 324b505
Covfie plugin
fredevb 8a8def6
Traccc Plugin (conversion)
fredevb 532ee02
update cmake in and downstream
fredevb 76ffd3f
remove duplication in cmake.in
fredevb 5a81237
Traccc core (rebased)
fredevb b159785
formatting
fredevb f3ed0aa
Update include of measurements.hpp
fredevb 9d9208a
Linked python bindings in cmake (fix)
fredevb b1416af
Changed Acts::Measurement to ActsExamples::Measurement
fredevb 5d997fd
format
fredevb 63d0428
Updated Acts::BoundVariantMeasurement to ActsExamples
fredevb fe9efcc
Acts::BoundIndices to ActsExamples
fredevb 9bb7560
format
fredevb 20009fe
Fixed errors from measurement refactor
fredevb bbe862d
formatting
fredevb 3f3066e
Added newline (for CI to pass)
fredevb cf06dc6
CI fix (dim of traccc measurement)
fredevb d2e2eb4
format
fredevb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
add_subdirectory(Common) | ||
add_subdirectory(Host) |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
💡 Codebase verification
Thread safety concerns confirmed, they are! Const qualifier removal, unwise it was.
Found evidence that digitization is explicitly not thread-safe, I have. In test file, clear documentation states: "Digitization is not thread-safe". Removing const qualifier from
mergeCommonCorner
, dangerous it would be.Two paths forward, I see:
🔗 Analysis chain
Careful with const removal, we must be!
Changed from const to mutable, this boolean has. Thread safety concerns, this might raise. Ensure proper synchronization in concurrent scenarios, you must.
Run this verification script, we shall:
Consider these paths, you should:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 106
Script:
Length of output: 131245
Script:
Length of output: 1013
Script:
Length of output: 6582