Skip to content

Commit 9d51a40

Browse files
committed
fix typo in doc
ghstack-source-id: 2f0d9c0 ghstack-comment-id: 2315825996 Pull Request resolved: #4944
1 parent 5205cb2 commit 9d51a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/kernel-library-custom-aten-kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Portable kernel library is the in-house default kernel library, it’s easy to u
1010

1111
**What do we support?** On the operator coverage side, the kernel registration APIs allow users to register kernels for all core ATen ops as well as custom ops, as long as the custom ops schemas are specified.
1212

13-
Notice that we also support _partial kernels, _for example the kernel only supports a subset of tensor dtypes and/or dim orders.
13+
Notice that we also support partial kernels, for example the kernel only supports a subset of tensor dtypes and/or dim orders.
1414

1515
**Kernel contract**: kernels need to comply with the following requirements:
1616

0 commit comments

Comments
 (0)