Skip to content

Commit

Permalink
Merge branch 'main' into fix_conda_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu authored Jan 15, 2025
2 parents fd9541d + c6531a5 commit 55b7db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if((NOT ${CPU_ONLY}) AND (NOT ${SERIAL_ONLY}))
pybind11_add_module(CLUE_GPU_CUDA SHARED
CLUEstering/BindingModules/binding_gpu_cuda.cpp)
target_include_directories(
CLUE_GPU_CUDA PRIVATE ${alpaka_SOURCE_DIR}/include ${Boost_SOURCE_DIR})
CLUE_GPU_CUDA PRIVATE ${alpaka_SOURCE_DIR}/include ${Boost_INCLUDE_DIR})
# set the cuda architectures
set_target_properties(CLUE_GPU_CUDA PROPERTIES CUDA_ARCHITECTURES
"50;60;61;62;70")
Expand Down Expand Up @@ -185,7 +185,7 @@ if((NOT ${CPU_ONLY}) AND (NOT ${SERIAL_ONLY}))
pybind11_add_module(CLUE_GPU_HIP SHARED
CLUEstering/BindingModules/binding_gpu_hip.cpp)
target_include_directories(CLUE_GPU_HIP PRIVATE ${alpaka_SOURCE_DIR}/include
${Boost_SOURCE_DIR})
${Boost_INCLUDE_DIR})
# alpaka build flags
target_compile_options(
CLUE_GPU_HIP
Expand Down

0 comments on commit 55b7db6

Please sign in to comment.