Skip to content

Commit 894e090

Browse files
committed
update
1 parent f8518af commit 894e090

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/18_triton/01_triton_programming_paradigms/homework.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Triton 编程范式 - 课后练习\n",
8+
"\n",
9+
"本 Notebook 包含俩个练习,帮助你巩固 Triton 的核心概念"
10+
]
11+
},
312
{
413
"cell_type": "code",
514
"execution_count": null,
@@ -206,9 +215,9 @@
206215
"\n",
207216
"## 总结\n",
208217
"\n",
209-
"完成这三个练习后,你应该掌握了 Triton kernel 的基本写法\n",
218+
"完成这两个练习后,你应该掌握了 Triton kernel 的基本写法\n",
210219
"\n",
211-
"**下一步**:学习 Triton 的 Shared Memory 和 Block Reduction 操作!\n",
220+
"**下一步**:学习 Triton 的内存与数据搬运\n",
212221
"\n",
213222
"## 课后答案\n",
214223
"\n",

0 commit comments

Comments
 (0)