Skip to content

Commit

Permalink
Only run one CUDA documentation example at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 25, 2024
1 parent e7c908a commit c0ca2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/documentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if(PIKA_WITH_GPU_SUPPORT)
set(cuda_overview_documentation_GPU ON)
set(then_with_stream_documentation_GPU ON)
set(then_with_cublas_documentation_GPU ON)
set(cuda_overview_documentation_PARAMETERS RUN_SERIAL)
set(then_with_stream_documentation_PARAMETERS RUN_SERIAL)
set(then_with_cublas_documentation_PARAMETERS RUN_SERIAL)
endif()

foreach(example_program ${example_programs})
Expand Down

0 comments on commit c0ca2c9

Please sign in to comment.