GPUKernelContest/cp_template/run.sh

13 lines
372 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

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算法)
#./build_and_run.sh --run_reduce
# 单个赛题测试验证(TopkPair算法)
# ./build_and_run.sh --run_topk
# 默认全量赛题测试验证参赛选手单个优化参考单个脚本执行方式CI入口run.sh
./build_and_run.sh