Commit 0a6b059
committed
Improve DVS incremental build time.
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 2007449721 parent 89ffa9e commit 0a6b059
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
127 | 124 | | |
128 | 125 | | |
129 | | - | |
| 126 | + | |
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
| |||
0 commit comments