Skip to content

Commit

Permalink
Merge pull request #261 from tianchongchong/patch-1
Browse files Browse the repository at this point in the history
Update 05-device_target_interactions.md
  • Loading branch information
sparanoid authored Jun 25, 2024
2 parents 2165abd + dbf9c88 commit 4f82a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arch/arch/05-device_target_interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TVM 框架若要使用新的 DeviceAPI,应该按照以下步骤注册:

## Target 代码生成器

代码生成器采用优化的 `IRModule`,并将其转换为可执行表示。每个代码生成器注册后,才能被 TVM 框架使用。这是通过注册 `"target.build.foo"` 函数来完成的,其中 `foo` 与上面的 `TVM_REGISTER_TARGET_KIND` 定义中使用的名称相同。
代码生成器接收一个优化后的 `IRModule`,并将其转换为可执行表示。每个代码生成器注册后,才能被 TVM 框架使用。这是通过注册 `"target.build.foo"` 函数来完成的,其中 `foo` 与上面的 `TVM_REGISTER_TARGET_KIND` 定义中使用的名称相同。

``` c++
tvm::runtime::Module GeneratorFooCode(IRModule mod, Target target);
Expand Down

0 comments on commit 4f82a5d

Please sign in to comment.