mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix the tiny doc descriptions (#147319)
As the title stated Pull Request resolved: https://github.com/pytorch/pytorch/pull/147319 Approved by: https://github.com/zou3519
This commit is contained in:
@ -40,7 +40,7 @@ def triton_op(
|
||||
|
||||
Note that ``fn`` must only consist of calls to PyTorch-understood
|
||||
operators and triton kernels. Any triton kernels called inside ``fn``
|
||||
must be wrapped in a call to :func:`torch._library.wrap_triton``.
|
||||
must be wrapped in a call to :func:`torch.library.wrap_triton`.
|
||||
|
||||
Args:
|
||||
name (str): A name for the custom op that looks like "{namespace}::{name}",
|
||||
|
Reference in New Issue
Block a user