PyTorch Developer Podcast

著者: Edward Yang Team PyTorch
  • サマリー

  • The PyTorch Developer Podcast is a place for the PyTorch dev team to do bite sized (10-20 min) topics about all sorts of internal development topics in PyTorch.
    2021 - PyTorch Developer Podcast
    続きを読む 一部表示
activate_samplebutton_t1
エピソード
  • Compiler collectives
    2024/08/04

    Compiler collectives are a PT2 feature where by compiler instances across multiple ranks use NCCL collectives to communicate information to other instances. This is used to ensure we consistently decide if inputs or static or dynamic across all ranks. See also PR at https://github.com/pytorch/pytorch/pull/130935

    続きを読む 一部表示
    17 分
  • TORCH_TRACE and tlparse
    2024/04/29
    TORCH_TRACE and tlparse are a structured log and log parser for PyTorch 2. It gives useful information about what code was compiled and what the intermediate build products look like.
    続きを読む 一部表示
    15 分
  • Higher order operators
    2024/04/21
    Higher order operators are a special form of operators in torch.ops which have relaxed input argument requirements: in particular, they can accept any form of argument, including Python callables. Their name is based off of their most common use case, which is to represent higher order functions like control flow operators. However, they are also used to implement other variants of basic operators and can also be used to smuggle in Python data that is quite unusual. They are implemented using a Python dispatcher.
    続きを読む 一部表示
    17 分

あらすじ・解説

The PyTorch Developer Podcast is a place for the PyTorch dev team to do bite sized (10-20 min) topics about all sorts of internal development topics in PyTorch.
2021 - PyTorch Developer Podcast

PyTorch Developer Podcastに寄せられたリスナーの声

カスタマーレビュー:以下のタブを選択することで、他のサイトのレビューをご覧になれます。