Skip to content
  • Tobias Grosser's avatar
    GPGPU: collect array references · b9fc860a
    Tobias Grosser authored
    Initialize the list of references to a GPU array to ensure that the arrays that
    need to be passed to kernel calls are computed correctly.  Furthermore, the very
    same information is also necessary to compute synchronization correctly. As the
    functionality to compute these references is already available, what is left for
    us to do is only to connect the necessary functionality to compute array
    reference information.
    
    llvm-svn: 275798
    b9fc860a
Loading