Skip to content

Commit 56e4286

Browse files
committed
Update tutorial link
And add me to list of contributors so people don't ping Peter too much.
1 parent b75f3dc commit 56e4286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++/CUDA Extensions in PyTorch
22

33
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.
4+
[here](https://pytorch.org/tutorials/advanced/cpp_custom_ops.html) for the accompanying tutorial.
55
This repo demonstrates how to write an example `extension_cpp.ops.mymuladd`
66
custom op that has both custom CPU and CUDA kernels.
77

@@ -24,4 +24,4 @@ python test/benchmark.py
2424

2525
## Authors
2626

27-
[Peter Goldsborough](https://github.com/goldsborough)
27+
[Peter Goldsborough](https://github.com/goldsborough), [Richard Zou](https://github.com/zou3519)

0 commit comments

Comments
 (0)