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
Current implementation adopts parallelism at the level of batches. This is fine, however, an even more efficient utilization of resources would be one where we employ Hogwild-like scheme, where idle threads start processing subsequent batches, included in a given tmp aggregation (overwriting happens here). This has potential for much faster ranking of higher-order interactions.
The text was updated successfully, but these errors were encountered:
Current implementation adopts parallelism at the level of batches. This is fine, however, an even more efficient utilization of resources would be one where we employ Hogwild-like scheme, where idle threads start processing subsequent batches, included in a given tmp aggregation (overwriting happens here). This has potential for much faster ranking of higher-order interactions.
The text was updated successfully, but these errors were encountered: