GPUCodeForces/example/001-example
fanchao yue (i25168) c3e1dfb56d The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
..
example_cudacode.py The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
example_torchcode.py The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
prompt.txt The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
readme.md The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
run_code.py The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00
参赛者需要提供的内容.md The naming issue of ccf-example has been optimized 2025-08-14 11:29:35 +08:00

readme.md

文件说明

example_torchcode.py:torch代码示例

example_cudacode.py和torch对应的cuda代码

prompt.txt利用LLM从torch代码生成cuda代码的prompt示例原始torch代码被附在prompt最后

run_code.py用于测试生成的cuda代码和原始torch输出是否一致以及加速情况的示例代码