Skip to content

Commit

Permalink
Fix the NVProfilerService crash(es) (cms-sw#110)
Browse files Browse the repository at this point in the history
NVProfilerService:
  - take into account the proper number of modules: increment by one pathsAndConsumes.allModules().size(), because it does not include the "source" module;
  - add asserts to check that all ranges are properly closed.

CUDAService:
  - rewrite to use the CUDA runtime API;
  - fix the possible race condition in the destructor.
  • Loading branch information
fwyzard committed Jul 31, 2018
1 parent dc060eb commit a8d41ef
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 126 deletions.

0 comments on commit a8d41ef

Please sign in to comment.