From 18ea3be3c023a63898318fe45ca8c4a6a227b071 Mon Sep 17 00:00:00 2001 From: "fanchao yue (i25168)" Date: Fri, 29 Aug 2025 15:32:38 +0800 Subject: [PATCH] update example --- {example/S1 => S1}/ICTN0N/reduce_sum_algorithm.maca | 0 {example/S1 => S1}/ICTN0N/run.sh | 0 {example/S1 => S1}/ICTN0N/sort_pair_algorithm.maca | 0 {example/S1 => S1}/ICTN0N/topk_pair_algorithm.maca | 0 {example/S1 => S1}/ICTN0N/utils/performance_utils.h | 0 {example/S1 => S1}/ICTN0N/utils/test_utils.h | 0 {example/S1 => S1}/ICTN0N/utils/yaml_reporter.h | 0 ...n_parallel_algorithms.md => competition_parallel_algorithms.md | 0 example/cp_guide.md => cp_guide.md | 0 {example/cp_template => cp_template}/reduce_sum_algorithm.maca | 0 {example/cp_template => cp_template}/sort_pair_algorithm.maca | 0 {example/cp_template => cp_template}/topk_pair_algorithm.maca | 0 example/run.sh => run.sh | 0 {example/utils => utils}/performance_utils.h | 0 {example/utils => utils}/test_utils.h | 0 {example/utils => utils}/yaml_reporter.h | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {example/S1 => S1}/ICTN0N/reduce_sum_algorithm.maca (100%) rename {example/S1 => S1}/ICTN0N/run.sh (100%) rename {example/S1 => S1}/ICTN0N/sort_pair_algorithm.maca (100%) rename {example/S1 => S1}/ICTN0N/topk_pair_algorithm.maca (100%) rename {example/S1 => S1}/ICTN0N/utils/performance_utils.h (100%) rename {example/S1 => S1}/ICTN0N/utils/test_utils.h (100%) rename {example/S1 => S1}/ICTN0N/utils/yaml_reporter.h (100%) rename example/competition_parallel_algorithms.md => competition_parallel_algorithms.md (100%) rename example/cp_guide.md => cp_guide.md (100%) rename {example/cp_template => cp_template}/reduce_sum_algorithm.maca (100%) rename {example/cp_template => cp_template}/sort_pair_algorithm.maca (100%) rename {example/cp_template => cp_template}/topk_pair_algorithm.maca (100%) rename example/run.sh => run.sh (100%) rename {example/utils => utils}/performance_utils.h (100%) rename {example/utils => utils}/test_utils.h (100%) rename {example/utils => utils}/yaml_reporter.h (100%) diff --git a/example/S1/ICTN0N/reduce_sum_algorithm.maca b/S1/ICTN0N/reduce_sum_algorithm.maca similarity index 100% rename from example/S1/ICTN0N/reduce_sum_algorithm.maca rename to S1/ICTN0N/reduce_sum_algorithm.maca diff --git a/example/S1/ICTN0N/run.sh b/S1/ICTN0N/run.sh similarity index 100% rename from example/S1/ICTN0N/run.sh rename to S1/ICTN0N/run.sh diff --git a/example/S1/ICTN0N/sort_pair_algorithm.maca b/S1/ICTN0N/sort_pair_algorithm.maca similarity index 100% rename from example/S1/ICTN0N/sort_pair_algorithm.maca rename to S1/ICTN0N/sort_pair_algorithm.maca diff --git a/example/S1/ICTN0N/topk_pair_algorithm.maca b/S1/ICTN0N/topk_pair_algorithm.maca similarity index 100% rename from example/S1/ICTN0N/topk_pair_algorithm.maca rename to S1/ICTN0N/topk_pair_algorithm.maca diff --git a/example/S1/ICTN0N/utils/performance_utils.h b/S1/ICTN0N/utils/performance_utils.h similarity index 100% rename from example/S1/ICTN0N/utils/performance_utils.h rename to S1/ICTN0N/utils/performance_utils.h diff --git a/example/S1/ICTN0N/utils/test_utils.h b/S1/ICTN0N/utils/test_utils.h similarity index 100% rename from example/S1/ICTN0N/utils/test_utils.h rename to S1/ICTN0N/utils/test_utils.h diff --git a/example/S1/ICTN0N/utils/yaml_reporter.h b/S1/ICTN0N/utils/yaml_reporter.h similarity index 100% rename from example/S1/ICTN0N/utils/yaml_reporter.h rename to S1/ICTN0N/utils/yaml_reporter.h diff --git a/example/competition_parallel_algorithms.md b/competition_parallel_algorithms.md similarity index 100% rename from example/competition_parallel_algorithms.md rename to competition_parallel_algorithms.md diff --git a/example/cp_guide.md b/cp_guide.md similarity index 100% rename from example/cp_guide.md rename to cp_guide.md diff --git a/example/cp_template/reduce_sum_algorithm.maca b/cp_template/reduce_sum_algorithm.maca similarity index 100% rename from example/cp_template/reduce_sum_algorithm.maca rename to cp_template/reduce_sum_algorithm.maca diff --git a/example/cp_template/sort_pair_algorithm.maca b/cp_template/sort_pair_algorithm.maca similarity index 100% rename from example/cp_template/sort_pair_algorithm.maca rename to cp_template/sort_pair_algorithm.maca diff --git a/example/cp_template/topk_pair_algorithm.maca b/cp_template/topk_pair_algorithm.maca similarity index 100% rename from example/cp_template/topk_pair_algorithm.maca rename to cp_template/topk_pair_algorithm.maca diff --git a/example/run.sh b/run.sh similarity index 100% rename from example/run.sh rename to run.sh diff --git a/example/utils/performance_utils.h b/utils/performance_utils.h similarity index 100% rename from example/utils/performance_utils.h rename to utils/performance_utils.h diff --git a/example/utils/test_utils.h b/utils/test_utils.h similarity index 100% rename from example/utils/test_utils.h rename to utils/test_utils.h diff --git a/example/utils/yaml_reporter.h b/utils/yaml_reporter.h similarity index 100% rename from example/utils/yaml_reporter.h rename to utils/yaml_reporter.h