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
The results of const int64_t warp_size = std::min(warp_size_based_on_l1, warp_size_based_on_l2); in innerPersistentHeuristiccan be a odd number such as 15. which seems not right. Prefer 16 or 32. Noticed while working on this PR #68 (review)