dmlc/dgl

Support TorchScript for DGL Sparse

开放

#5,275 创建于 2023年2月9日

 (3 条评论) (0 个反应) (1 位负责人)Python (2,928 个派生)batch import
feature requesthelp wanted

仓库指标

星标
 (12,665 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

There have been many requests to have DGL support JIT compilation. Unfortunately, it is difficult to JIT DGL's message passing API because it supports very flexible user-defined message and reduce functions. On the other hand, adding such support to DGL Sparse is relatively easier because DGL Sparse API is closer to PyTorch's Tensor API.

This issue is to track the progress of such support and list the encountered problems for open discussions.

Findings

Work items

  • #5412
  • #5413
  • #5414
  • #5415
  • #5416

贡献者指南