Skip to content

[docs] Mention inline CUDA extensions in tutorial #2491

Open
@vadimkantorov

Description

@vadimkantorov

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).

cc @jlin27 @mruberry

Activity

changed the title [-][docs] Mention inline CUDA extensions in docs[/-] [+][docs] Mention inline CUDA extensions in tutorial[/+] on Aug 6, 2018
vadimkantorov

vadimkantorov commented on Nov 4, 2021

@vadimkantorov
Author

At least load_inline now appears in docs

vadimkantorov

vadimkantorov commented on Aug 17, 2022

@vadimkantorov
Author

Although, caching of compiled binaries was recently still broken: pytorch/pytorch#68066

transferred this issue frompytorch/pytorchon Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedIssues has been triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @vadimkantorov@izdeby

        Issue actions

          [docs] Mention inline CUDA extensions in tutorial · Issue #2491 · pytorch/tutorials