Open vadimkantorov opened 6 years ago
It would be nice to mention load_inline (https://github.com/pytorch/pytorch/pull/7059) in the tutorial https://pytorch.org/tutorials/advanced/cpp_extension.html
load_inline
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).
cc @jlin27 @mruberry
At least load_inline now appears in docs
Although, caching of compiled binaries was recently still broken: https://github.com/pytorch/pytorch/issues/68066
It would be nice to mention
load_inline
(https://github.com/pytorch/pytorch/pull/7059) in the tutorial https://pytorch.org/tutorials/advanced/cpp_extension.htmlA 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).
cc @jlin27 @mruberry