You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 334 B

123456789
  1. # 文件说明
  2. example_torchcode.py:torch代码示例
  3. example_cudacode.py:和torch对应的cuda代码
  4. prompt.txt:利用LLM从torch代码生成cuda代码的prompt示例,(原始torch代码被附在prompt最后)
  5. run_code.py:用于测试生成的cuda代码和原始torch输出是否一致以及加速情况的示例代码