You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling unique_and_compact for each etype is too expensive, especially on the CUDA backend. We need to make a batched version of it so that it can handle all etypes in a single call inside C++. #7239 adds the API. The algorithm is not really batched though.
🔨Work Item
IMPORTANT:
Project tracker: DGL Project Tracker
Description
Calling unique_and_compact for each etype is too expensive, especially on the CUDA backend. We need to make a batched version of it so that it can handle all etypes in a single call inside C++. #7239 adds the API. The algorithm is not really batched though.
@frozenbugs @peizhou001 @Rhett-Ying
The text was updated successfully, but these errors were encountered: