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
Patches provided by Subodh Karmarkar @ NVIDIA:
# COPY_CUB_FOR_PACKAGING
thrust: Fix incremental build performance
Removal and recopying of "cub" was causing all modules
to get rebuild due to timestam updates.
Updating step to preserve timestamps during copy to honour
incremental build flow
Bug 200740506
# MAKE_DVS_PACKAGE
thrust: Refactor package creation
Current packaging commands are creating tar archive and
then a bzip command to create comporessed package. The
flow is serial and causes more time
Add alternative commands for package creation which can
use parallelism and much faster
Bug 200744972
0 commit comments