Byte range prefetch backend using kvikio's pread API to fetch data into pinned host memory ahead of evaluation. kvikio supports two remote IO backends: EASY_THREADPOOL (default, thread pool based) and MULTI_POLL (reactor based, similar to cuCascade). We need to evaluate both.
PR: #23317
Byte range prefetch backend using kvikio's pread API to fetch data into pinned host memory ahead of evaluation. kvikio supports two remote IO backends: EASY_THREADPOOL (default, thread pool based) and MULTI_POLL (reactor based, similar to cuCascade). We need to evaluate both.
PR: #23317