alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

gl: add actor engine impl for graphlearn-training #217

Closed goldenleaves closed 2 years ago

goldenleaves commented 2 years ago
  1. The new server impl is based on hiactor, using this impl will override the default thead pool impl.
  2. Configure with CMake option -DWITH_HIACTOR=ON to build with hiactor.
  3. Set the global flag withSetGlobalFlagEnableActor(1); to enable actor engine.