1. 27 Oct, 2021 2 commits
  2. 25 Oct, 2021 2 commits
  3. 24 Oct, 2021 1 commit
  4. 22 Oct, 2021 7 commits
  5. 21 Oct, 2021 1 commit
    • David Olsen's avatar
      Avoid include cycles with nvc++ -stdpar · 8615b27e
      David Olsen authored
      An `#include <algorithm>` in cub/device/dispatch/dispatch_scan_by_key.cuh
      was causing compilation failures due to an include cycle when using
      `nvc++ -stdpar`.  It doesn't look like `<algorithm>` is needed at all in
      this file, so I am simply removing it.
      8615b27e
  6. 20 Oct, 2021 14 commits
  7. 19 Oct, 2021 2 commits
  8. 18 Oct, 2021 11 commits