Description
Investigate whether direct GPU I/O can improve I/O performance.
The use cases are:
- Read: load events directly into GPU memory e.g. for reweighting.
- Write: write unweighted events directly from GPU memory.
The goal is to determine whether avoiding CPU < - > GPU copies provides a measurable performance improvement.
References
(to not be lost in time)
Description
Investigate whether direct GPU I/O can improve I/O performance.
The use cases are:
The goal is to determine whether avoiding CPU < - > GPU copies provides a measurable performance improvement.
References
cuFileRead/cuFileWrite.(to not be lost in time)