Hi, I found two different articles in the PyTorch documentation: Custom C++ and CUDA Operators and Custom C++ and CUDA Extensions. After reading through them, I noticed that (if I understand correctly) Custom C++ and CUDA Extensions already covers the content of Custom C++ and CUDA Operators while also providing a much simpler syntax.
However, I don’t quite understand why these two articles are separated. Is there any other purpose that I might have missed while reading?