Skip to content

Commit

Permalink
fix typo in 02-triton_language.store.md
Browse files Browse the repository at this point in the history
fix typo "shaoe" to "shape"
  • Loading branch information
66RING authored Dec 3, 2024
1 parent 06f1740 commit e3ea380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ triton.language.store(pointer, value, mask=None, boundary_check=(), cache_modifi

* 可以指定 `boundary_check` 以控制越界访问的行为。

*value* 会被隐式地广播为 *pointer.shaoe* ,并转换为 *pointer.element_ty* 类型。
*value* 会被隐式地广播为 *pointer.shape* ,并转换为 *pointer.element_ty* 类型。


**参数******
Expand Down

0 comments on commit e3ea380

Please sign in to comment.