graph-learn
graph-learn copied to clipboard
gl: add actor engine impl for graphlearn-training
- The new server impl is based on hiactor, using this impl will override the default thead pool impl.
- Configure with CMake option
-DWITH_HIACTOR=ONto build with hiactor. - Set the global flag with
SetGlobalFlagEnableActor(1);to enable actor engine.