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 725e7a4 commit e9a1c5dCopy full SHA for e9a1c5d
extension_cpp/csrc/muladd.cpp
@@ -90,7 +90,7 @@ TORCH_LIBRARY(extension_cpp, m) {
90
m.def("myadd_out(Tensor a, Tensor b, Tensor(a!) out) -> ()");
91
}
92
93
-// Registers CUDA implementations for mymuladd, mymul, myadd_out
+// Registers CPU implementations for mymuladd, mymul, myadd_out
94
TORCH_LIBRARY_IMPL(extension_cpp, CPU, m) {
95
m.impl("mymuladd", &mymuladd_cpu);
96
m.impl("mymul", &mymul_cpu);
0 commit comments