Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_devices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_devices
Commits
0fb7ec4c
Commit
0fb7ec4c
authored
1 year ago
by
yaskovet
Browse files
Options
Downloads
Patches
Plain Diff
Fix cudify CMakeLists install destinations
parent
18b4a685
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5927
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+21
-6
21 additions, 6 deletions
src/CMakeLists.txt
with
21 additions
and
6 deletions
src/CMakeLists.txt
+
21
−
6
View file @
0fb7ec4c
...
...
@@ -150,13 +150,28 @@ install(FILES util/ofp_context.hpp
install
(
FILES util/cudify/alpaka/cudify_alpaka.hpp
util/cudify/alpaka/cudify_hardware_alpaka.hpp
util/cudify/cudify_hardware_cpu.hpp
util/cudify/sequential/cudify_sequential.hpp
util/cudify/openmp/cudify_openmp.hpp
util/cudify/hip/cudify_hip.hpp
util/cudify/cudify.hpp
util/cudify/cuda/cudify_cuda.hpp
DESTINATION openfpm_devices/include/util/cudify/alpaka
COMPONENT OpenFPM
)
install
(
FILES util/cudify/sequential/cudify_sequential.hpp
DESTINATION openfpm_devices/include/util/cudify/sequential
COMPONENT OpenFPM
)
install
(
FILES util/cudify/openmp/cudify_openmp.hpp
DESTINATION openfpm_devices/include/util/cudify/openmp
COMPONENT OpenFPM
)
install
(
FILES util/cudify/hip/cudify_hip.hpp
DESTINATION openfpm_devices/include/util/cudify/hip
COMPONENT OpenFPM
)
install
(
FILES util/cudify/cuda/cudify_cuda.hpp
util/cudify/cuda/operators.hpp
DESTINATION openfpm_devices/include/util/cudify/cuda
COMPONENT OpenFPM
)
install
(
FILES util/cudify/cudify_hardware_cpu.hpp
util/cudify/cudify.hpp
DESTINATION openfpm_devices/include/util/cudify
COMPONENT OpenFPM
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment