Skip to content

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

Open
@ailzhang

Description

@ailzhang

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

Activity

b-koopman

b-koopman commented on May 31, 2023

@b-koopman

\assigntome

wittyicon29

wittyicon29 commented on Jun 4, 2023

@wittyicon29

/assigntome

b-koopman

b-koopman commented on Jun 10, 2023

@b-koopman

/assigntome

b-koopman

b-koopman commented on Jun 12, 2023

@b-koopman

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

C++Issues relating to C++ tutorialsCUDAIssues relating to CUDAmedium

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Custom C++ and CUDA Extensions tutorial need to be updated to use dispatcher API · Issue #1495 · pytorch/tutorials