Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reshape Layer implementation for the GPU Architecture #8

Open
wants to merge 400 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
400 commits
Select commit Hold shift + click to select a range
9ca988b
- spell check
couet Jun 14, 2018
7eca657
use auto
couet Jun 14, 2018
117657e
Add operator<< for RSha256Hash, also exploiting ADL
dpiparo Jun 13, 2018
a159306
[IO] Add printout about non-treatment of streamer info record
dpiparo Jun 13, 2018
cfd707f
[DF] Warn the user in case a lazy snapshot was booked but not triggered
dpiparo Jun 14, 2018
8231746
[DF] Add tests for non-triggered lazy snapshot in the sequential and …
dpiparo Jun 14, 2018
1899523
[DOC] Uniform doxygen doc for TTree::Write overloads
eguiraud Jun 14, 2018
b420f8f
[DF] Clean after test cast
eguiraud Jun 14, 2018
2d573be
[cxxmodules] Implement Bloom Filter
yamaguchi1024 Jun 1, 2018
6f23666
[DF] Look for branches names only once and cache the result
dpiparo Jun 15, 2018
4555217
Make header standalone, encapsulate better sha related routines.
dpiparo Jun 15, 2018
b3cf3ff
Realease Notes
dpiparo Jun 15, 2018
0990957
- Spell check
couet Jun 14, 2018
c022c71
- Use auto
couet Jun 14, 2018
38ae8bc
- use auto
couet Jun 14, 2018
c4b5f0e
- use auto
couet Jun 14, 2018
132ee19
- spell check
couet Jun 14, 2018
35702ff
- use auto
couet Jun 14, 2018
dd561f6
Use auto
couet Jun 14, 2018
0030a48
- use auto
couet Jun 14, 2018
59fd301
- use auto
couet Jun 14, 2018
7970ab8
- new picture with the new default palette
couet Jun 14, 2018
b40c624
- Use auto
couet Jun 14, 2018
de12875
new image corresponding to the new default palette
couet Jun 14, 2018
bf56fa7
new image corresponding to the new default palette
couet Jun 14, 2018
fe344ab
more "auto"
couet Jun 14, 2018
a9810ea
New version using the new default palette
couet Jun 14, 2018
7e41843
- use auto
couet Jun 14, 2018
1c5d12b
Better picture
couet Jun 15, 2018
ba6d27c
- Use auto
couet Jun 15, 2018
32a8783
- Use auto
couet Jun 15, 2018
81eab20
- Use auto
couet Jun 15, 2018
f9ac287
In TAttAxis::SaveAttributes` take into account the new default valu…
couet Jun 15, 2018
9359221
[Doc][NFC] Better image for RDF doc
dpiparo Jun 15, 2018
de5583a
[cxxmodules] Fix bloom filter without .gnu.hash
yamaguchi1024 Jun 15, 2018
47ed9ca
[cxxmodules] Respect LD_LIBRARY_PATH order and save memory
yamaguchi1024 Jun 4, 2018
c9bff76
Fix stressgraphics ref file after the change in TAttAxis
couet Jun 18, 2018
fede5bf
Comment unused parameters.
Axel-Naumann Jun 1, 2018
e3b505e
Mark unimplemented new() "throw()" as they return nullptr.
Axel-Naumann Jun 1, 2018
8624c44
Unused parameters.
Axel-Naumann Jun 4, 2018
c2877de
RConfig.h uses things defined in RConfigure.h: include it!
Axel-Naumann Jun 4, 2018
c4cac8a
Add VDT to list of builtin targets so it builds before ROOT
amadio Jun 18, 2018
5694bf7
[cxxmodules] Support both sysv and gnu hash for bloom filter
yamaguchi1024 Jun 16, 2018
eabd45e
[DF] Remove useless statement.
dpiparo Jun 19, 2018
6553e01
[IMT] Better documentation.
dpiparo Jun 19, 2018
32406ba
Added function to detect c++ attributes at function definition.
SimeonEhrig Jun 18, 2018
b27a76a
[PyROOT] Add tutorial for pretty printing feature
stwunsch Jun 18, 2018
362b7d8
Rip out ruby, unmaintained and not building since years (ROOT-9193).
Axel-Naumann Jun 18, 2018
114d374
Mention removal of ruby bindings.
Axel-Naumann Jun 19, 2018
b9ef7b6
Swap bits 20 and 21 to bit coherent with TGraph.h where bit 20 is kIs…
couet Jun 19, 2018
e6b8a3c
[R__LOCKGUARD] Add parens around mutex expression (ROOT-9479).
Axel-Naumann Jun 19, 2018
0605720
Revert "Swap bits 20 and 21 to bit coherent with TGraph.h where bit 2…
couet Jun 20, 2018
13855fb
Fix zero initialization in `TCudaMatrix` (#2208)
steremma Jun 20, 2018
d1cea39
Outline ~IPruneTool() to pin vtable.
Axel-Naumann May 23, 2018
f2ec246
ROOT-9483 -- Prevent nullptr deref. in compiled macros (#2214)
ashlaban Jun 20, 2018
258d5c4
Revert "Outline ~IPruneTool() to pin vtable."
Axel-Naumann Jun 20, 2018
0bfe81d
Revert "Mark unimplemented new() "throw()" as they return nullptr."
Axel-Naumann Jun 20, 2018
2c8a29d
[DF] Rename action helpers' InitSlot to InitTask
eguiraud Jun 20, 2018
9e00122
[DF] Make all action helpers inherit from RActionImpl
eguiraud Jun 20, 2018
f4a0f20
[DF] Decorate every action helper with an empty FinalizeTask method
eguiraud Jun 20, 2018
068447b
[DF] Call ActionHelper::FinalizeTask at the end of each task
eguiraud Jun 20, 2018
ff8e9bd
[DF][NFC] Add comment on the ownership of the output trees
eguiraud Jun 14, 2018
caa388f
[DF] Give SnapshotHelperMT ownership of its output trees
eguiraud Jun 14, 2018
a1632b4
[DF] Do not flush buffers with empty trees from MT Snapshot
eguiraud Jun 14, 2018
feefa22
[DF] Test Snapshot does not write out empty tree buffers
eguiraud Jun 14, 2018
17c1ef4
[DF] Avoid concurrent destruction of input and output trees
eguiraud Jun 20, 2018
771fdc1
Re-add computation of correlation matrix for every data set that it i…
lmoneta Jun 21, 2018
87801d0
[DF] Use std::numeric_limits instead of climits
eguiraud Jun 22, 2018
815c9ad
[DF][NFC] Order includes in RDFNodes.hxx
eguiraud Jun 22, 2018
c7f882a
[DF] Use R__ASSERT instead of cassert
eguiraud Jun 22, 2018
522c513
[DF] Use std::stack instead of std::vector as a stack
eguiraud Jun 22, 2018
4c57cb7
[DF] Use stacks rather than single output files in Snapshot MT
eguiraud Jun 22, 2018
18cd110
[DF] Expect test death rather than asserting it
eguiraud Jun 23, 2018
a8f9d50
[DF] Add TColumnValue extern templates for common types
dpiparo Jun 14, 2018
5c4f0ef
[DF] TColumnValue: replace constexpr static data member with integral…
dpiparo Jun 22, 2018
ad14183
[DF] Due to a bug in clang, disable extern TColumnValue templates for…
dpiparo Jun 23, 2018
ef757ad
[DF] Add TColumnValue<T> autoload keys to avoid undefined symbols
dpiparo Jun 24, 2018
34f861b
[NFC] Formatting
dpiparo Jun 24, 2018
55b5c87
[DF] Avoid TChain::AddClone in Snapshot when unnecessary
eguiraud Jun 24, 2018
803fdf3
Add CUDA device compiler, which allows to generate CUDA PTX Code on r…
SimeonEhrig Mar 20, 2018
2b65d02
CUDA device compiler can use include paths from cling runtime.
SimeonEhrig Mar 21, 2018
167d662
Overwork of the include path handling of the CUDA device compiler.
SimeonEhrig Mar 21, 2018
0952002
Setting the arguments of cling to clang nvptx and fatbinary are possi…
SimeonEhrig Mar 22, 2018
0cce21f
Add workaround for clang PCH-bug
SimeonEhrig Mar 26, 2018
528a21c
The CUDA compiler can handle variable declarations from the prompt.
SimeonEhrig Mar 27, 2018
574243d
Improve Error Message.
SimeonEhrig Apr 5, 2018
d45c112
Fix temp-path bug.
SimeonEhrig Apr 18, 2018
b339f0e
Improve the search of the clang instance for CUDA.
SimeonEhrig Apr 18, 2018
f31a016
Add test cases for CUDA features.
SimeonEhrig Apr 24, 2018
78e8eba
Overwork CUDA device tests.
SimeonEhrig May 2, 2018
dd838fd
Add some complex cuda template kernel test cases.
SimeonEhrig May 2, 2018
997ad66
Add myself to the credits.
SimeonEhrig May 8, 2018
632c25a
Improve CUDA device code testcases.
SimeonEhrig May 17, 2018
3079c74
Add function, to save faulty .cu files of CUDA device compiler.
SimeonEhrig May 22, 2018
e463102
Improvements for Pull Request #240
SimeonEhrig May 29, 2018
1e07af8
Change clang nvptx input code selection.
SimeonEhrig Jun 11, 2018
47dfde4
Fix cuda template specialization bug.
SimeonEhrig Jun 20, 2018
ee9571f
Reformated the source code with clang-format.
SimeonEhrig Jun 20, 2018
f2d3573
Forgot header for clang build.
SimeonEhrig Jun 20, 2018
0c12eb3
[cling][NFC] Add GCC fallthrough comment.
Axel-Naumann Jun 25, 2018
b3226e5
[cling][NFC] Add GCC fallthrough comment, 80cols.
Axel-Naumann Jun 25, 2018
28374ed
Import cppyy-backend into ROOT
amadio Jun 7, 2018
15c042b
Import CPyCppyy into ROOT
amadio Jun 7, 2018
4884a54
Import cppyy into ROOT
amadio Jun 7, 2018
e60c1d1
Integrate CpyCppyy with ROOT's build system
amadio Jun 7, 2018
f45ec54
Add CMakeLists.txt for cppyy-backend
amadio Jun 7, 2018
f6cec9c
Add CMakeLists.txt for cppyy
amadio Jun 7, 2018
957a7c8
Add CMakeLists.txt for cppyy projects
amadio Jun 7, 2018
f7e8dc2
First skeleton for experimental PyROOT
etejedor Jun 7, 2018
6e335d4
Add CMakeLists.txt for pyroot_experimental
amadio Jun 7, 2018
7ce059d
Add option to build only experimental PyROOT
amadio Jun 5, 2018
4cd1e36
Require cxx14=ON or cxx17=ON when building with upstream cppyy
amadio Jun 8, 2018
798fd3e
Update PyROOT/Cppyy contributions
etejedor Jun 20, 2018
993b34a
State which is the corresponding #if
etejedor Jun 20, 2018
effca73
Make AddToGlobalScope static but not inline
etejedor Jun 20, 2018
5718bd8
Rename init function of PyROOT
etejedor Jun 20, 2018
42bef86
Remove unnecessary includes
etejedor Jun 21, 2018
da96166
Remove unnecessary inline
etejedor Jun 21, 2018
4b9752d
Follow ROOT naming convention
etejedor Jun 21, 2018
da340c6
Const-correctness fixes
etejedor Jun 21, 2018
15c5918
Give more meaningful name to variable
etejedor Jun 21, 2018
2a0e918
Refactor code in implementation of TTree __getattr__
etejedor Jun 22, 2018
724ee4f
Document the TTree pythonization function
etejedor Jun 22, 2018
94882ad
Delete patches: to be contributed upstream to Cppyy
etejedor Jun 22, 2018
c33dc24
Use a decorator for pythonizor functions
etejedor Jun 22, 2018
1f3d5c7
Follow PEP 8 style guide for indentation
etejedor Jun 22, 2018
942d83b
Add documentation for pythonization decorator
etejedor Jun 22, 2018
825128a
CMake: error out on afs glite sapdb srp.
Axel-Naumann Jun 25, 2018
52aeda2
[NFC] Typo in comment.
Axel-Naumann Jun 18, 2018
d519986
CMake: error out for chirp or ios; they are not CMake-d.
Axel-Naumann Jun 25, 2018
77b2ad2
Remove unmaintained and not buildable graph2d/ios.
Axel-Naumann Jun 18, 2018
4857029
Remove unmaintained io/chirp.
Axel-Naumann Jun 18, 2018
6afdfe9
CMake: rip out chirp from build system.
Axel-Naumann Jun 18, 2018
328e1e0
[RelNotes] Mention packages removed for v6.16.
Axel-Naumann Jun 25, 2018
4d78470
[cling] Move NullDerefProtectionTransformer into unnamed namesp.
Axel-Naumann Jun 22, 2018
fd11b39
[cling] Only check pointers for Decls from writable dirs (ROOT-9377).
Axel-Naumann Jun 23, 2018
9ded3b8
[Core] Split critical section in TClingClassInfo::GetBaseOffset
dpiparo Jun 25, 2018
08f2238
When the histograms' title's font was set in pixel the position of the
couet Jun 25, 2018
b8d941a
[DF] Change TSlotStackPutBackTooMany to only test the nominal case
eguiraud Jun 25, 2018
5af33f8
[DF] Use numeric_limits::max instead of UINT_MAX (part 2)
eguiraud Jun 25, 2018
ec4c3ff
[DF] TSlotStack uses local maps indexed with thread ids rather than t…
dpiparo Jun 25, 2018
4da6218
[DF][NFC] Remove redundant override
eguiraud Jun 11, 2018
2bb9f0b
[DF][NFC] Remove obsolete comments
eguiraud Jun 24, 2018
c76da94
[DF][NFC] Remove redundant forward declarations
eguiraud Jun 24, 2018
590b964
[DF] Add two helper aliases for TypeList operations
eguiraud Jun 24, 2018
b045a09
[DF] More readable tag dispatching in RCustomColumn
eguiraud Jun 24, 2018
b682a31
[DF] More readable tag dispatching for actions
eguiraud Jun 24, 2018
b654af5
[DF] Remove obsolete data members and methods from RCustomColumnBase
eguiraud Jun 24, 2018
e7c4d59
[DF] Help windows with friend declaration of printValue
eguiraud Jun 24, 2018
e8350ae
[DF][NFC] Rename JitActions -> BuildJittedNodes
eguiraud Jun 25, 2018
0db1003
[DF] Add RJittedCustomColumn, in line with RJittedFilter
eguiraud Jun 24, 2018
67ea09a
[DF] Use RJittedCustomColumn when jitting custom columns
eguiraud Jun 24, 2018
ca59437
Remove callback functionality from TBufferMerger
amadio Apr 17, 2018
331efa4
Restructure TBufferMerger to not need a separate output thread (v2)
amadio Apr 17, 2018
26acbe4
Add thisroot.fish for the fish shell!
Axel-Naumann Jun 25, 2018
39e9cd4
Mention thisroot.fish.
Axel-Naumann Jun 26, 2018
81f10a3
[cling] Check file is C_User before hitting disk. Thanks, Vassil!
Axel-Naumann Jun 26, 2018
5608438
[CMake] Turn on ccache by default on 32bits builds
dpiparo Jun 26, 2018
64ebe57
[DF] Remove obsolete part from error message
eguiraud Jun 26, 2018
9922208
[DF] Do not compare type infos but rather their names
dpiparo Jun 26, 2018
165d947
[cling] Test printValue on unutterable types.
Axel-Naumann Jun 25, 2018
95f3ecb
Remove more traces of ios and chirp.
Axel-Naumann Jun 26, 2018
af4c3f1
Change v7 (graphics) classes' names from Txxx to Rxxx (#2200)
couet Jun 27, 2018
9c2f1fc
[TMVA] -- Avoid unsafe reinterpret_cast
ashlaban Jun 26, 2018
270d6ee
[TMVA] Minimization-DNN remove input randomness (#2251)
ashlaban Jun 27, 2018
8042557
Fix doxygen error.
SimeonEhrig Jun 27, 2018
a65eabc
Include test directory using ROOT_ADD_TEST_SUBDIRECTORY
ellert Jun 19, 2018
61cd582
Simplified the APIs and reduced code duplication in `ConvLayer` and `…
steremma Jun 22, 2018
ed3fea9
Adapted `DeepNet` to the new API
steremma Jun 22, 2018
95001ca
Renamed kernel/filter fields to use the prefix "filter" rather than "…
steremma Jun 22, 2018
0a7faec
Code review corrections
steremma Jun 22, 2018
bed1568
Do not exclude etc/http directory from installation
amadio Jun 27, 2018
bc20f50
netxng: add possibility to control log verbosity with NetXNG.Debug
gganis Jun 25, 2018
7773fc7
netxng: give priority to Xrd_LOGLEVEL over NetXNG.Debug
gganis Jun 27, 2018
a220f70
Avoid double write
pcanal Jun 19, 2018
d87111e
Warn about problematic base class StreamerElement only once
pcanal Jun 26, 2018
deb12a6
Fix for https://github.com/cms-sw/cmssw/pull/22594
pcanal Jun 19, 2018
75724e0
Properly set fOnfileObject for the parent
pcanal Jun 26, 2018
38ffbe6
Use same normalization for branch, element name and later searches.
pcanal Jun 20, 2018
babece3
Insure we call SetRead/FillSequence after sub-branches have been added.
pcanal Jun 26, 2018
2e6c1b2
Remove obsolete (commented-out) code fragement
pcanal Jun 27, 2018
db24ec7
Factor out ActionSequence creation
pcanal Jun 27, 2018
5ef1ca0
Apply new ActionSequence creation to Fill
pcanal Jun 27, 2018
424e307
Remove obsolete TBranchElement::fIDs
pcanal Jun 27, 2018
ea26e97
Update RDF code owners
eguiraud Jun 28, 2018
f5c99ca
Fix warnings introduced by #2229
steremma Jun 28, 2018
06eeaac
Remove remaining references to removed Java configuration variables
ellert Jun 28, 2018
d10c296
Add missing include for std::shuffle
ellert Jun 28, 2018
2d06d1a
Fix test compilation on RHEL 7
ellert Jun 28, 2018
eed8115
[rootrc] Replace Root.ZipMode by Root.CompressionAlgorithm, passing i…
Axel-Naumann Jun 27, 2018
d50c3b3
[thisroot.fish] Clean up env vars; fix `cd -`.
Axel-Naumann Jun 27, 2018
8f274c9
CUDA implementation of Im2Col
steremma May 21, 2018
d5c7bae
Refactored Im2Col tests - now taking advantage of templates to elimin…
steremma May 21, 2018
aea2a01
Added CUDA specialization for the existing test suite
steremma May 21, 2018
2d8d9c0
Include CUDA tests into CMake
steremma May 21, 2018
c1dfc79
Added more documentation as per code review comments
steremma May 22, 2018
9dd4355
Final documentation changes in accordance with the official ROOT conv…
steremma May 23, 2018
3baccf5
fix a typo
steremma May 23, 2018
1226b09
Fixed tests, now returning error code in case of failure to enable CI…
steremma May 28, 2018
d33bb17
Fixed an indexing bug
steremma May 28, 2018
329cc56
Simplify example
couet Jun 29, 2018
61a35c8
The error on angle position along the radius doesn't depend on the an…
couet Jun 29, 2018
5cf222b
Get rid of the limitation for PHI sectors (#2265)
etcherniaev Jun 29, 2018
273aebc
fix wrong early return in hadd
xvallspl Jun 29, 2018
e24584a
Adjust reference for Aarch64 (#2120)
ellert Jun 29, 2018
6ca86fb
Fix in addition of template fwd declaration in rootmap
shahor02 Jun 29, 2018
cd3e2fd
[DF] Add cache examples
dpiparo Jun 30, 2018
93a41d5
[DF][NFC] Make clang format happy
dpiparo Jun 30, 2018
0fb8981
Fix line width and maker index issues on Windows
bellenot Jul 2, 2018
840de54
[DF] Introduced Standard Deviation Action
imaxoi Jun 29, 2018
38dede8
[DF] Fixed test to work in multithread
imaxoi Jun 29, 2018
3ea0f81
[DF] Std deviation unbiased
imaxoi Jun 29, 2018
17178bb
[DF] Renaming, tests on cornercases
imaxoi Jun 29, 2018
5fc0222
[DF] Added gtest for StdDev precision
imaxoi Jun 29, 2018
9f242a1
[DF] Added test for StdDev on collections
imaxoi Jul 2, 2018
7750bdc
Changed tests to be executed in multithread
imaxoi Jul 2, 2018
a7bafdb
Improved precision test
imaxoi Jul 2, 2018
1d72c04
[DF] Tests using EXPECT_DOUBLE_EQ instead of EXPECT_NEAR
imaxoi Jul 2, 2018
63f7bb5
[DF] Document better caching tutorials
dpiparo Jul 2, 2018
07e4a37
[DOCS] Update RDF release notes
eguiraud Jul 3, 2018
cdf7847
Implement splash screen version 6 on Windows
bellenot Jul 3, 2018
9dc4b40
xml: when reallocate buffer, also optionally recalculate current
linev Jul 3, 2018
01912c5
xml: use only offset from current position in LocateValue
linev Jul 3, 2018
a3af87a
xml: fix in bugfix
linev Jul 3, 2018
d06150b
xml: use variable reference in ExpandStream
linev Jul 4, 2018
47dd373
xml: no need to reassign curr variable - not a dummy now
linev Jul 4, 2018
87cf4b8
Added CUDA implementation for Downsample
steremma Jun 4, 2018
35d65f3
Added tests for the CUDA case and refactored the testing suite to eli…
steremma Jun 4, 2018
2251cb0
Added new testing entries to CMakeLists under the CUDA_ENABLED condition
steremma Jun 4, 2018
927fda5
Added unit tests for back-propagation, running on all available archi…
steremma Jun 8, 2018
59a2c72
Unified the worker method API calls to make sure all implementation e…
steremma Jun 8, 2018
936d5bc
Fixed a bug on back-propagation detected using my unit tests
steremma Jun 8, 2018
b859101
Added CUDA implementation for the back-propagation
steremma Jun 8, 2018
8a547fb
[TMVA] ROOT-9081 -- Replace GradBoost with BoostType=Grad
ashlaban May 3, 2018
24df538
[DOCS] Add me and Massimo to contributor list
eguiraud Jul 4, 2018
904a0cd
Less verbose output when reading GDML auxiliary info.
agheata Jul 5, 2018
4f477ee
Added protection for ComputeLradTsaiFactor when Z=0
agheata Jul 5, 2018
67f3043
Fix for ROOT-7917
agheata Jul 5, 2018
87ba961
Tested implementation of `Flatten` on the GPU
steremma May 24, 2018
ca6bdbd
refactored tests to remove code duplications when running the same te…
steremma May 24, 2018
f4768ed
Added documentation for the new functionality including docstrings an…
steremma May 25, 2018
31e74a5
Added the CUDA implementation for Deflatteting. Added tests for both …
steremma May 27, 2018
f6ab6bf
Simplified `ReshapeLayer` API by removing redundant constructor argum…
steremma May 27, 2018
753154a
fix indexing bug in the Reference and Cpu `Reshape` implementations
steremma May 27, 2018
1aa5bd0
Added CUDA implementation for the `Reshape` method
steremma May 27, 2018
5052ce4
Renamed all tests to reflect the fact that they test every method of …
steremma May 27, 2018
58a66f1
Added a test-case for the reshape method
steremma May 27, 2018
6c2ce53
Revert "Simplified `ReshapeLayer` API by removing redundant construct…
steremma May 27, 2018
15193dc
Fixed all tests to return status code - now CI will catch broken test…
steremma May 28, 2018
e9bc604
fix warnings
steremma Jul 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add VDT to list of builtin targets so it builds before ROOT
The dependency of Vdt::Vdt imported target should have been
automatically added by CMake due to it being listed in the
BUILD_BYPRODUCTS of the ExternalProject_Add() command, but
not all versions of CMake work, so it is necessary to build
it early by force. Targets listed in ROOT_BUILTIN_TARGETS
get added as a dependency of the move_headers target, which
is reasonable since they often provide headers without which
ROOT cannot be built in any case (e.g. vdt/vdtMath.h).
amadio committed Jun 18, 2018
commit c4cac8ab5768ef9083c37d1269734ed0bea14c47
3 changes: 2 additions & 1 deletion cmake/modules/SearchInstalledSoftware.cmake
Original file line number Diff line number Diff line change
@@ -1471,7 +1471,8 @@ if(vdt OR builtin_vdt)
DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries)
install(DIRECTORY ${CMAKE_BINARY_DIR}/include/vdt
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT extra-headers)
set(vdt ON CACHE BOOL "Enabled because builtin_vdt enabled (${vdt_description})" FORCE)
set(vdt ON CACHE BOOL "Enabled because builtin_vdt enabled (${vdt_description})" FORCE)
set_property(GLOBAL APPEND PROPERTY ROOT_BUILTIN_TARGETS VDT)
endif()
endif()