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

Add infrastructure around cub CachingDeviceAllocator, and use it in SiPixelRawToCluster #172

Merged
merged 19 commits into from
Nov 27, 2018

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    2c35bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c515f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    e30b0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb5d59 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Add CachingHostAllocator

    makortel committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    8d0d330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f125d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21f5bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0087ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7eac3f View commit details
    Browse the repository at this point in the history
  6. Cleanup

    makortel committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    a2c63af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6b549a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    6fd9438 View commit details
    Browse the repository at this point in the history
  2. Using __ldg

    makortel committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    8c371ba View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    fc83c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b53aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031f07f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    15c15ab View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Wrap the exception in a try-catch block to let GDB break on it

    Throw and catch the "CUDAError" exception instead of creating it, to let GDB `catch throw` and break on it while debugging.
    fwyzard authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    91cb38a View commit details
    Browse the repository at this point in the history
  2. Improve allocator log information

    Improve the report about the cub::CachingDeviceAllocator configuration.
    Restore the previous CUDA device after reading the available memory.
    fwyzard authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ae51c9a View commit details
    Browse the repository at this point in the history