1. 19 May, 2020 1 commit
  2. 21 Feb, 2020 2 commits
  3. 12 Feb, 2020 1 commit
  4. 07 Feb, 2020 2 commits
  5. 06 Feb, 2020 1 commit
  6. 29 Jan, 2020 1 commit
  7. 19 Oct, 2019 1 commit
  8. 15 Oct, 2019 8 commits
  9. 17 Jul, 2019 1 commit
  10. 31 Jan, 2019 2 commits
  11. 11 Jan, 2019 1 commit
  12. 20 Dec, 2018 1 commit
    • Matti Kortelainen's avatar
      Move mutex unlock after the cudaEventRecord() in DeviceFree() · aca9f7e8
      Matti Kortelainen authored
      This commit fixes a race for the CUDA event between DeviceFree() and
      DeviceAllocate(). If the mutex is unlocked before the
      cudaEventRecord(), there is a short period of time when
      - the memory block is already in the free list (cached_blocks), and
      - the CUDA event status is not yet cudaErrorNotReady
      and the DeviceAllocate() may consider that memory block to be free to
      be used for another CUDA stream.
      aca9f7e8
  13. 16 Feb, 2018 1 commit
  14. 15 Feb, 2018 3 commits
  15. 14 Feb, 2018 2 commits
  16. 09 Feb, 2018 1 commit
  17. 08 Feb, 2018 10 commits
  18. 07 Feb, 2018 1 commit