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
When we have a grid like (64, 64, 64) using a WG size of (1024, 1, 1) is inefficient. Instead WL uses (64,1,1) and maybe KA should "spread" the 1024 to (64, 64,1).
The text was updated successfully, but these errors were encountered:
As observed in WaterLily-jl/WaterLily.jl#133 (comment)
When we have a grid like
(64, 64, 64)
using a WG size of (1024, 1, 1) is inefficient. Instead WL uses(64,1,1)
and maybe KA should "spread" the1024
to(64, 64,1)
.The text was updated successfully, but these errors were encountered: