Skip to content

Commit 1882282

Browse files
authored
Merge pull request #97 from pytorch/rzou/update_tutorial_link
Update tutorial link
2 parents b75f3dc + 56e4286 commit 1882282

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)