Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
remove stdpar+senders impls (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
weilewei authored Oct 17, 2023
1 parent a6708f1 commit fd24de4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 421 deletions.
7 changes: 0 additions & 7 deletions apps/1d_stencil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ target_include_directories(
PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_LIST_DIR}/../../include
${ARGPARSE_INCLUDE_DIR} ${MDSPAN_INCLUDE_DIR})

add_executable(stencil_stdpar_snd stencil_stdpar_snd.cpp)
target_link_libraries(stencil_stdpar_snd stdexec)
target_include_directories(
stencil_stdpar_snd
PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_LIST_DIR}/../../include
${ARGPARSE_INCLUDE_DIR} ${MDSPAN_INCLUDE_DIR})

add_executable(stencil_stdpar_snd_iter stencil_stdpar_snd_iter.cpp)
target_link_libraries(stencil_stdpar_snd_iter stdexec)
target_include_directories(
Expand Down
204 changes: 0 additions & 204 deletions apps/1d_stencil/stencil_stdpar_snd.cpp

This file was deleted.

Loading

0 comments on commit fd24de4

Please sign in to comment.