tutorials
tutorials copied to clipboard
Custom C++ and CUDA Extensions tutorial need to be updated to use dispatcher API
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
\assigntome
/assigntome
/assigntome
PR to update related example code to use Dispatcher API: https://github.com/pytorch/extension-cpp/pull/83 Updates to tutorial doc are forthcoming.