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?
The text was updated successfully, but these errors were encountered:
There was a bug with the bounce buffer, which should be fixed in #454.
For me, nsys now reports correct memcpys, which should be the lowest of KVIKIO_BOUNCE_BUFFER_SIZE and KVIKIO_TASK_SIZE.
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 andKVIKIO_TASK_SIZE
of 40 MB, I observe copies capped at ~16 MiB in the profile. Is there a way to enable larger task sizes?The text was updated successfully, but these errors were encountered: