graph-learn icon indicating copy to clipboard operation
graph-learn copied to clipboard

gl: add actor engine impl for graphlearn-training

Open goldenleaves opened this issue 3 years ago • 0 comments

  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.

goldenleaves avatar Aug 11 '22 02:08 goldenleaves