tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Custom C++ and CUDA Extensions tutorial need to be updated to use dispatcher API

Open ailzhang opened this issue 4 years ago • 4 comments

As discussed in the sync, we need to rework this tutorial so that it's registering ops to dispatcher instead of only create python binding using PYBIND11_MODULE. cc: @ezyang @bhosmer @bdhirsh

ailzhang avatar Apr 30 '21 21:04 ailzhang

\assigntome

b-koopman avatar May 31 '23 17:05 b-koopman

/assigntome

wittyicon29 avatar Jun 04 '23 09:06 wittyicon29

/assigntome

b-koopman avatar Jun 10 '23 13:06 b-koopman

PR to update related example code to use Dispatcher API: https://github.com/pytorch/extension-cpp/pull/83 Updates to tutorial doc are forthcoming.

b-koopman avatar Jun 12 '23 04:06 b-koopman