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

split heavier methods from Module.h to ModuleMethods.h #344

Closed
wants to merge 2 commits into from

Conversation

slava77
Copy link
Contributor

@slava77 slava77 commented Oct 20, 2023

The goal was to lighten up the Module.h from unnecessary dependencies so that it can be included in CMSSW for using the modulesBuffer as an ES product

@@ -60,8 +60,10 @@ struct uint4
#endif

auto const devHost = alpaka::getDevByIdx<alpaka::DevCpu>(0u);
#if defined ALPAKA_ACC_GPU_CUDA_ENABLED || defined ALPAKA_ACC_CPU_B_SEQ_T_THREADS_ENABLED || defined ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't compile with CMSSW otherwise

@slava77
Copy link
Contributor Author

slava77 commented Nov 14, 2023

superseded by #355

@slava77 slava77 closed this Nov 14, 2023
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