We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb15ee commit ffe8747Copy full SHA for ffe8747
advanced_source/cpp_custom_ops_sycl.rst
@@ -169,7 +169,7 @@ in a separate ``TORCH_LIBRARY_IMPL`` block:
169
}
170
171
// ==================================================
172
- // Register Sycl Implementations to Torch Library
+ // Register SYCL Implementations to Torch Library
173
174
TORCH_LIBRARY_IMPL(sycl_extension, XPU, m) {
175
m.impl("mymuladd", &mymuladd_xpu);
0 commit comments