From 557508490d302033865fa51be5849caf2947ab48 Mon Sep 17 00:00:00 2001 From: Toto Lin Date: Thu, 13 Apr 2023 15:11:57 +0900 Subject: [PATCH] Change example id for 12 and 13 --- .../CMakeLists.txt | 0 .../combine_encoded_splits.cpp | 0 .../CMakeLists.txt | 0 .../detect_cuda_occupancy.cu | 0 examples/CMakeLists.txt | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename examples/{12_combine_encoded_splits => 01_combine_encoded_splits}/CMakeLists.txt (100%) rename examples/{12_combine_encoded_splits => 01_combine_encoded_splits}/combine_encoded_splits.cpp (100%) rename examples/{13_detect_cuda_occupancy => 02_detect_cuda_occupancy}/CMakeLists.txt (100%) rename examples/{13_detect_cuda_occupancy => 02_detect_cuda_occupancy}/detect_cuda_occupancy.cu (100%) diff --git a/examples/12_combine_encoded_splits/CMakeLists.txt b/examples/01_combine_encoded_splits/CMakeLists.txt similarity index 100% rename from examples/12_combine_encoded_splits/CMakeLists.txt rename to examples/01_combine_encoded_splits/CMakeLists.txt diff --git a/examples/12_combine_encoded_splits/combine_encoded_splits.cpp b/examples/01_combine_encoded_splits/combine_encoded_splits.cpp similarity index 100% rename from examples/12_combine_encoded_splits/combine_encoded_splits.cpp rename to examples/01_combine_encoded_splits/combine_encoded_splits.cpp diff --git a/examples/13_detect_cuda_occupancy/CMakeLists.txt b/examples/02_detect_cuda_occupancy/CMakeLists.txt similarity index 100% rename from examples/13_detect_cuda_occupancy/CMakeLists.txt rename to examples/02_detect_cuda_occupancy/CMakeLists.txt diff --git a/examples/13_detect_cuda_occupancy/detect_cuda_occupancy.cu b/examples/02_detect_cuda_occupancy/detect_cuda_occupancy.cu similarity index 100% rename from examples/13_detect_cuda_occupancy/detect_cuda_occupancy.cu rename to examples/02_detect_cuda_occupancy/detect_cuda_occupancy.cu diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index a8fe9a2..ed8f8ef 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -20,8 +20,8 @@ foreach(EXAMPLE 10_encode_textfile 11_encode_textfile_symbolsplit - 12_combine_encoded_splits - 13_detect_cuda_occupancy + 01_combine_encoded_splits + 02_detect_cuda_occupancy 15_decode_textfile_split 16_decode_textfile_split_cuda