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

Remove all remaining calls to cudaStreamSynchronize() #109

Merged
merged 5 commits into from
Jul 31, 2018

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    e3d60ef View commit details
    Browse the repository at this point in the history
  2. Replace thrust::inclusive_scan with cub::DeviceScan::InclusiveSum to …

    …avoid implicit cudaStreamSynchronize
    makortel committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    bb67000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5592a5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6713272 View commit details
    Browse the repository at this point in the history
  5. Move hitsModuleStart from RecHit to Raw2Cluster to avoid a cudaStream…

    …Synchronize()
    
    We need the number of hits/clusters in RecHit acquire(), but
    fortunately we can do the necessary calculation already in Raw2Cluster.
    makortel committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    98ee4f4 View commit details
    Browse the repository at this point in the history