Minjie Wang
Minjie Wang
Similar to `kDLCPUPinned`, CPU shared memory is allocated and managed quite differently from normal CPU memory. In DGL, we use shared memory to store large graphs so it is quite...
## Description * Replace the old distributed preprocess section with the new pipeline * Improve other parts * Fix some API link issues. ## Checklist Please feel free to remove...
## 🚀 Feature Add an API `dgl.use_libxsmm(flag)`. If the `flag` is `True`, turn on libxsmm. Otherwise, disable it. ## Motivation To resolve the issue that LibXSMM is not supported by...
The goal is to make all important examples runnable and unify their code style. - [x] Refactor GraphSAGE to be the golden standard #4186 - [x] Refactor GAT #4240 -...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...