From 1c7a560d20249791f994cba42b718aa667a761b9 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 16 Sep 2025 01:10:58 +0800 Subject: [PATCH] update sample cp --- S1/{ICTN0N => 3}/build_and_run.sh | 0 S1/{ICTN0N => 3}/competition_parallel_algorithms.md | 0 S1/{ICTN0N => 3}/reduce_sum_algorithm.maca | 0 S1/{ICTN0N => 3}/run.sh | 0 S1/{ICTN0N => 3}/sort_pair_algorithm.maca | 0 S1/{ICTN0N => 3}/topk_pair_algorithm.maca | 0 S1/{ICTN0N => 3}/utils/performance_utils.h | 0 S1/{ICTN0N => 3}/utils/test_utils.h | 0 S1/{ICTN0N => 3}/utils/yaml_reporter.h | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename S1/{ICTN0N => 3}/build_and_run.sh (100%) rename S1/{ICTN0N => 3}/competition_parallel_algorithms.md (100%) rename S1/{ICTN0N => 3}/reduce_sum_algorithm.maca (100%) rename S1/{ICTN0N => 3}/run.sh (100%) rename S1/{ICTN0N => 3}/sort_pair_algorithm.maca (100%) rename S1/{ICTN0N => 3}/topk_pair_algorithm.maca (100%) rename S1/{ICTN0N => 3}/utils/performance_utils.h (100%) rename S1/{ICTN0N => 3}/utils/test_utils.h (100%) rename S1/{ICTN0N => 3}/utils/yaml_reporter.h (100%) diff --git a/S1/ICTN0N/build_and_run.sh b/S1/3/build_and_run.sh similarity index 100% rename from S1/ICTN0N/build_and_run.sh rename to S1/3/build_and_run.sh diff --git a/S1/ICTN0N/competition_parallel_algorithms.md b/S1/3/competition_parallel_algorithms.md similarity index 100% rename from S1/ICTN0N/competition_parallel_algorithms.md rename to S1/3/competition_parallel_algorithms.md diff --git a/S1/ICTN0N/reduce_sum_algorithm.maca b/S1/3/reduce_sum_algorithm.maca similarity index 100% rename from S1/ICTN0N/reduce_sum_algorithm.maca rename to S1/3/reduce_sum_algorithm.maca diff --git a/S1/ICTN0N/run.sh b/S1/3/run.sh similarity index 100% rename from S1/ICTN0N/run.sh rename to S1/3/run.sh diff --git a/S1/ICTN0N/sort_pair_algorithm.maca b/S1/3/sort_pair_algorithm.maca similarity index 100% rename from S1/ICTN0N/sort_pair_algorithm.maca rename to S1/3/sort_pair_algorithm.maca diff --git a/S1/ICTN0N/topk_pair_algorithm.maca b/S1/3/topk_pair_algorithm.maca similarity index 100% rename from S1/ICTN0N/topk_pair_algorithm.maca rename to S1/3/topk_pair_algorithm.maca diff --git a/S1/ICTN0N/utils/performance_utils.h b/S1/3/utils/performance_utils.h similarity index 100% rename from S1/ICTN0N/utils/performance_utils.h rename to S1/3/utils/performance_utils.h diff --git a/S1/ICTN0N/utils/test_utils.h b/S1/3/utils/test_utils.h similarity index 100% rename from S1/ICTN0N/utils/test_utils.h rename to S1/3/utils/test_utils.h diff --git a/S1/ICTN0N/utils/yaml_reporter.h b/S1/3/utils/yaml_reporter.h similarity index 100% rename from S1/ICTN0N/utils/yaml_reporter.h rename to S1/3/utils/yaml_reporter.h