Skip to content

Commit

Permalink
rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 31, 2024
1 parent 3b89b9b commit 91216bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pluto/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function( add_example target )
pluto_target_linker_language_hic( ${target} )
endfunction()

add_example(is_on_device is_on_device.cc)
add_example(use_streams use_streams.cc)
add_example(use_unified_memory use_unified_memory.cc)
add_example(use_memory_pool use_memory_pool.cc)
add_example(use_scope use_scope.cc)
add_example(pluto_example_is_on_device is_on_device.cc)
add_example(pluto_example_use_streams use_streams.cc)
add_example(pluto_example_use_unified_memory use_unified_memory.cc)
add_example(pluto_example_use_memory_pool use_memory_pool.cc)
add_example(pluto_example_use_scope use_scope.cc)

0 comments on commit 91216bd

Please sign in to comment.