Skip to content

Commit

Permalink
Merge pull request #97 from pytorch/rzou/update_tutorial_link
Browse files Browse the repository at this point in the history
Update tutorial link
  • Loading branch information
zou3519 authored Jun 21, 2024
2 parents b75f3dc + 56e4286 commit 1882282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C++/CUDA Extensions in PyTorch

An example of writing a C++/CUDA extension for PyTorch. See
[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.
This repo demonstrates how to write an example `extension_cpp.ops.mymuladd`
custom op that has both custom CPU and CUDA kernels.

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

## Authors

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

0 comments on commit 1882282

Please sign in to comment.