Skip to content

Commit

Permalink
Merge pull request #13 from 66RING/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid authored Dec 5, 2024
2 parents 06f1740 + e3ea380 commit 4babe45
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 4babe45

Please sign in to comment.