Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: A Prototype for Enhancing the Performance of Data loader #708

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 4, 2021

  1. This commit improves the performance of flashlight by offering a new …

    …data structure: Sample. Sample transfers the data that it contains to the GPU memory in an asynchronous fashion.
    
    Moreover, transformations are performed after prefetch to ensure a single CPU thread deals with GPU interactions, hence, reducing the context switching and lock acquisition overhead.
    This is a WIP. Please see flashlight#631 (comment)
    mtmd committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b80427f View commit details
    Browse the repository at this point in the history