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.
2 parents b75f3dc + 56e4286 commit 1882282Copy full SHA for 1882282
README.md
@@ -1,7 +1,7 @@
1
# C++/CUDA Extensions in PyTorch
2
3
An example of writing a C++/CUDA extension for PyTorch. See
4
-[here](http://pytorch.org/tutorials/advanced/cpp_extension.html) for the accompanying tutorial.
+[here](https://pytorch.org/tutorials/advanced/cpp_custom_ops.html) for the accompanying tutorial.
5
This repo demonstrates how to write an example `extension_cpp.ops.mymuladd`
6
custom op that has both custom CPU and CUDA kernels.
7
@@ -24,4 +24,4 @@ python test/benchmark.py
24
25
## Authors
26
27
-[Peter Goldsborough](https://github.com/goldsborough)
+[Peter Goldsborough](https://github.com/goldsborough), [Richard Zou](https://github.com/zou3519)
0 commit comments