Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

mmasciov
Copy link

PR description:

As per title: draft.

@slava77
Copy link

slava77 commented Aug 11, 2023

if there's some test and validation material, please attach or add links.
Thanks.

Copy link

@slava77 slava77 left a 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),
Copy link

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.);
Copy link

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

@mmasciov mmasciov closed this Aug 12, 2023
@mmasciov
Copy link
Author

Closed draft PR, will re-open a clean one.

slava77 pushed a commit that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants