Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Jan 15, 2025
1 parent fc90370 commit d249934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@ foreach(CONV_MODULE ${CONV_MODULE})
./CLUEstering/lib/CLUE_Convolutional_Kernels.so)
endforeach()

execute_process(COMMAND ls ${Boost_SOURCE_DIR})
# CPU Serial compile cpu serial module
pybind11_add_module(CLUE_CPU_Serial SHARED
CLUEstering/BindingModules/binding_cpu.cpp)
target_include_directories(CLUE_CPU_Serial PRIVATE ${alpaka_SOURCE_DIR}/include
${Boost_SOURCE_DIR})
${Boost_INCLUDE_DIR})
# alpaka build flags
target_compile_options(
CLUE_CPU_Serial
Expand Down

0 comments on commit d249934

Please sign in to comment.