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

Rework backend folder structure #73

Merged
merged 10 commits into from
Jan 9, 2025

Conversation

sbaldu
Copy link
Collaborator

@sbaldu sbaldu commented Jan 9, 2025

This PR reworks the folder structure, separating the C++ backend in a separate include directory.
This is a first step towards making CLUEstering's C++ API easier to use.

#include "CachedBufAlloc.h"
#include "alpakaConfig.h"
#include "alpakaDevices.h"
#include "AllocatorPolicy.hpp"

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 20.1 rule Note

MISRA 20.1 rule
#include "alpakaConfig.h"
#include "alpakaDevices.h"
#include "AllocatorPolicy.hpp"
#include "CachedBufAlloc.hpp"

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 20.1 rule Note

MISRA 20.1 rule
#include "alpakaDevices.h"
#include "AllocatorPolicy.hpp"
#include "CachedBufAlloc.hpp"
#include "alpakaConfig.hpp"

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 20.1 rule Note

MISRA 20.1 rule
#include "AllocatorPolicy.hpp"
#include "CachedBufAlloc.hpp"
#include "alpakaConfig.hpp"
#include "alpakaDevices.hpp"

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 20.1 rule Note

MISRA 20.1 rule
@sbaldu sbaldu merged commit 9f80fa3 into cms-patatrack:main Jan 9, 2025
21 of 23 checks passed
@sbaldu sbaldu deleted the rework-folder-structure branch January 13, 2025 10:51
@sbaldu sbaldu added this to the Develop C++ interface milestone Jan 14, 2025
@sbaldu sbaldu mentioned this pull request Jan 14, 2025
sbaldu added a commit to sbaldu/CLUEstering that referenced this pull request Jan 15, 2025
* Rename base alpaka folder as include

* Move BindingModules out of include

* Move include folder outside

* Move run.hpp

* Rename files

* Update include paths

* Update benchmarking scripts

* Update version
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.

1 participant