Open
Description
It would be nice to mention load_inline
(pytorch/pytorch#7059) in the tutorial
https://pytorch.org/tutorials/advanced/cpp_extension.html
A practical use-case for an example may be a bilateral filter from https://github.com/NVIDIA/FastPhotoStyle/blob/master/smooth_filter.py (currentlly uses CuPY and pynvrtc).