-
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
Alpaka SiStrip clusterizer #131
Conversation
if there's some test and validation material, please attach or add links. |
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.
considering some significant changes in functionality (commented out operational code), I guess the degree of "draftness" is quite high, some parts are more like an outline for developments.
//using clusterADCsColumn = std::array<uint8_t, 768>; | ||
|
||
GENERATE_SOA_LAYOUT(SiStripClustersSoALayout, | ||
SOA_COLUMN(uint32_t, clusterIndex), |
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.
did this go through the code-checks/code-format?
@@ -128,7 +128,7 @@ class TestAlpakaAnalyzer : public edm::global::EDAnalyzer<> { | |||
assert(view.r() == 1.); | |||
for (int32_t i = 0; i < view.metadata().size(); ++i) { | |||
auto vi = view[i]; | |||
assert(vi.x() == 0.); | |||
//assert(vi.x() == 0.); |
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.
this and a few more changes in HeterogeneousCore/AlpakaTest don't clearly belong to sistrip developments.
related commits should probably be dropped from history
Closed draft PR, will re-open a clean one. |
Co-authored-by: Chris Hoang <[email protected]>
PR description:
As per title: draft.