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