[S1] 提交7个GPU算子优化实现 (xingjian_#1 ~ xingjian_#7) #351
Loading…
Reference in New Issue
No description provided.
Delete Branch "xingjian/GPUCodeForces:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
? 提交概述
提交 7 个进阶级/创新级 GPU 算子的 CUDA 优化实现,在 MetaX C500 MACA GPU 上完成测试验证。
? 算子性能成绩
xingjian_#1xingjian_#2xingjian_#3xingjian_#4xingjian_#5xingjian_#6xingjian_#7✅ 验证结果
? 文件结构
每个算子目录包含:
torchcode.py- PyTorch 基线实现cudacode_ori.py- 初始 CUDA 实现cudacode_opt.py- 优化后 CUDA 实现run_code.py- 精度验证与性能测试脚本prompt.txt- LLM 代码生成提示词? 优化技术亮点
torch.view_as_real实现零拷贝复数转换?️ 测试环境
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.