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 attempting to analyze large task sizes, it appears that the size of a copy is always capped at 16 MiB.
Even with KVIKIO_BOUNCE_BUFFER_SIZE of 40 MB and KVIKIO_TASK_SIZE of 40 MB, I observe copies capped at ~16 MiB in the profile. Is there a way to enable larger task sizes?
Activity