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

貢獻者指南