This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# 单个赛题测试验证(ReduceSum算法)
#./build_and_run.sh --run_reduce
# 单个赛题测试验证(SortPair算法)
# 单个赛题测试验证(TopkPair算法)
# ./build_and_run.sh --run_topk
# 默认全量赛题测试验证,参赛选手单个优化,参考单个脚本执行方式,CI入口run.sh
./build_and_run.sh