-
- Downloads
CUDA: More exhaustive checks to determine when to do device linking
Previously CMake used fairly naive logic to determine when to do device linking which caused unnecessary device linking to occur frequently. We now use a more exhaustive algorithm to determine when we have a need for device linking. Fixes: #19238
Showing
- Source/cmLinkLineDeviceComputer.cxx 86 additions, 11 deletionsSource/cmLinkLineDeviceComputer.cxx
- Source/cmLinkLineDeviceComputer.h 6 additions, 0 deletionsSource/cmLinkLineDeviceComputer.h
- Source/cmMakefileExecutableTargetGenerator.cxx 3 additions, 15 deletionsSource/cmMakefileExecutableTargetGenerator.cxx
- Source/cmMakefileLibraryTargetGenerator.cxx 10 additions, 41 deletionsSource/cmMakefileLibraryTargetGenerator.cxx
- Source/cmNinjaNormalTargetGenerator.cxx 4 additions, 26 deletionsSource/cmNinjaNormalTargetGenerator.cxx
- Source/cmVisualStudio10TargetGenerator.cxx 3 additions, 15 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment