spec(runtime): C runtime 唯一核心 + runtime-rs 定位 - #249
Merged
Merged
Conversation
05-runtime语义 卷明确架构:C runtime 为唯一 runtime 核心与标准实现(动态语义以它 为准);runtime-rs 是嵌入核心的 rwirext 宿主(参考实现,非第二套核心);未来 deepx-gpu-compute 同架构(嵌入 C 核心,tensor 融合算子作己方 rwir 追加)。 扩展运行时须与 C runtime 核心表现相同核心动态语义。6 文件同步。
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.
05-runtime语义 6 文件:C runtime 为唯一核心/标准;runtime-rs = 嵌入式 rwirext 宿主;deepx-gpu-compute 同架构。