diff --git a/operator/ascendc/0_introduction/24_simple_hello_world/README.md b/operator/ascendc/0_introduction/24_simple_hello_world/README.md index 483b3d8c3d4b9889d953b1f234ae8504413dcd33..29c769892ef35bd18130bce72e2d6355c5a84c7b 100644 --- a/operator/ascendc/0_introduction/24_simple_hello_world/README.md +++ b/operator/ascendc/0_introduction/24_simple_hello_world/README.md @@ -1,6 +1,6 @@ ## 简化HelloWorld算子直调样例 本样例通过使用<<<>>>内核调用符来完成算子核函数在NPU侧运行验证的基础流程,核函数内通过printf打印输出结果。 -> ⚠️ **注意** 该样例将在未来的`CANN 8.3`开始支持。 + ## 目录结构介绍 ``` ├── 24_simple_helloworld diff --git a/operator/ascendc/0_introduction/25_simple_add/README.md b/operator/ascendc/0_introduction/25_simple_add/README.md index 439264e6a6abf17d5df139f1bb334623ce417604..96107f878ce31d543d0ed43d0ba125c0c21c55f4 100644 --- a/operator/ascendc/0_introduction/25_simple_add/README.md +++ b/operator/ascendc/0_introduction/25_simple_add/README.md @@ -1,6 +1,6 @@ ## 简化Add算子直调样例 本样例以Add算子为示例,展示了一种更为简单的算子编译流程,支持main函数和Kernel函数在同一个cpp文件中实现。 -> ⚠️ **注意** 该样例将在未来的`CANN 8.3`开始支持。 + ## 目录结构介绍 ``` ├── 25_simple_add diff --git a/operator/ascendc/0_introduction/26_simple_matmulleakyrelu/README.md b/operator/ascendc/0_introduction/26_simple_matmulleakyrelu/README.md index 6c2eea0b44801daa5a128d95f16e141eb33f3e44..9c3909b8709ea5d5df47e1fea4aa943b07050307 100644 --- a/operator/ascendc/0_introduction/26_simple_matmulleakyrelu/README.md +++ b/operator/ascendc/0_introduction/26_simple_matmulleakyrelu/README.md @@ -1,6 +1,5 @@ ## 简化MatmulLeakyRelu算子直调样例 本样例以MatmulLeakyRelu算子为示例,展示了一种更为简单的算子编译流程,支持main函数和Kernel函数在同一个cpp文件中实现。 -> ⚠️ **注意** 该样例将在未来的`CANN 8.3`开始支持。 ## 目录结构介绍 ``` diff --git a/operator/ascendc/0_introduction/27_simple_add_cpp_extensions/README.md b/operator/ascendc/0_introduction/27_simple_add_cpp_extensions/README.md index c04da610251f1e8a4b8f9b21a738e1aa72d6887a..ec7d5b618328f71206f38432c3d267d7f71bce55 100644 --- a/operator/ascendc/0_introduction/27_simple_add_cpp_extensions/README.md +++ b/operator/ascendc/0_introduction/27_simple_add_cpp_extensions/README.md @@ -1,6 +1,5 @@ ## 简化Pybind算子直调样例 本样例使用pybind方式调用核函数,以带有Tiling的Add算子为示例,展示了一种更为简单的算子编译流程,支持main函数和Kernel函数在同一个cpp文件中实现。 -> ⚠️ **注意** 该样例将在未来的`CANN 8.3`开始支持。 ## 目录结构介绍 ```