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
Now to create an image aligned to CubeDim I need create intermediate unaligned buffer and copy image from unaligned to aligned dest image or create extra aligned allocation on host and do aligned copy the image. It can be avoided (without extra allocations) both in wgpu (aligned memcpy to mapped buffer) and cuda (using cuMemcpy2D).
The text was updated successfully, but these errors were encountered:
Now to create an image aligned to CubeDim I need create intermediate unaligned buffer and copy image from unaligned to aligned dest image or create extra aligned allocation on host and do aligned copy the image. It can be avoided (without extra allocations) both in wgpu (aligned memcpy to mapped buffer) and cuda (using cuMemcpy2D).
The text was updated successfully, but these errors were encountered: