Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants