You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking to make a full version of cuda program that uses the CUDA managed memory (kind of follow-up to cms-patatrack/cmssw#85). The question of the performance impact seems to affect both the portability technology exploration and the evolution of the CUDA products in EDM, so maybe it is time to make a proper evaluation.
I'm thinking to make a full version of
cuda
program that uses the CUDA managed memory (kind of follow-up to cms-patatrack/cmssw#85). The question of the performance impact seems to affect both the portability technology exploration and the evolution of the CUDA products in EDM, so maybe it is time to make a proper evaluation.Plan
cuda
tocudauvm
done in Add cudadev and cudauvm programs, update README #44CachingHostAllocator
toCachingManagedAllocator
, createcms::managed::unique_ptr
done in [cudauvm] Introduce CachingManagedAllocator and managed_unique_ptr #49I'm thinking to have compile-time switches to
cudaMemPrefetchAsync()
The text was updated successfully, but these errors were encountered: