Skip to content

Commit ffe8747

Browse files
Update advanced_source/cpp_custom_ops_sycl.rst
Co-authored-by: Alanna Burke <[email protected]>
1 parent 0cb15ee commit ffe8747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_custom_ops_sycl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ in a separate ``TORCH_LIBRARY_IMPL`` block:
169169
}
170170
171171
// ==================================================
172-
// Register Sycl Implementations to Torch Library
172+
// Register SYCL Implementations to Torch Library
173173
// ==================================================
174174
TORCH_LIBRARY_IMPL(sycl_extension, XPU, m) {
175175
m.impl("mymuladd", &mymuladd_xpu);

0 commit comments

Comments
 (0)