[VPTO] Support mixed AIV/AIC kernel emission - #998
Open
erhsh wants to merge 1 commit into
Open
Conversation
Merge device modules by kernel kind and promote cross-kernel cube calls to entry functions for concurrent host launch. Preserve logical kernel names, normalize mixed VPTO containers, and diagnose invalid or duplicate device modules.
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.
修改说明
本次修改主要用于支持 CANN 9.0 后端的 AIV/AIC 混合 Kernel 发射,同时修复该流程涉及的容器处理、符号命名与合法性校验问题。
修改方式
kernel kind合并同类型 Device Module。_aiv、_aic后缀的处理。pto.kernel_kind、重复符号定义及非法跨 Kernel 调用的诊断。影响范围
修改主要涉及:
本次修改不影响其他后端的核心指令降级逻辑。