feat: implement all LLAISYS tasks with CPU/GPU support - #59
Open
1203153267-boop wants to merge 9 commits into
Open
feat: implement all LLAISYS tasks with CPU/GPU support#591203153267-boop wants to merge 9 commits into
1203153267-boop wants to merge 9 commits into
Conversation
Author
|
✅ 已完成:双平台 GPU 原生实现与测试 天数 (Iluvatar) 平台:完成 suda 后端适配,解决驱动版本匹配与编译问题,所有算子运行通过,test/test_infer.py --device suda --test 顺利执行。 Runtime 测试:test/test_runtime.py --device nvidia 与 --device suda 均通过,设备发现、内存分配、同步等功能正常。 推理结果:与 PyTorch 参考输出完全对齐,Test passed! 确认。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
作业完成情况
本次 PR 提交了 LLAISYS 项目的全部四个作业(Tensor / Ops / LLM 推理 / CUDA 集成)。