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
Currently the Katana (libgalois) thread pool is by default 1 thread. This is weird. The default thread pool size should probably be the detected number of physical cores: katana::GetThreadPool().getMaxUsableThreads(). This will require a little lazy initialization, but shouldn't be too hard.
This issue is important as it could make Katana look bad since Katana is by default sequential.
The text was updated successfully, but these errors were encountered:
Currently the Katana (
libgalois
) thread pool is by default 1 thread. This is weird. The default thread pool size should probably be the detected number of physical cores:katana::GetThreadPool().getMaxUsableThreads()
. This will require a little lazy initialization, but shouldn't be too hard.This issue is important as it could make Katana look bad since Katana is by default sequential.
The text was updated successfully, but these errors were encountered: