1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<iftool name="cuda-gcc-support">
<bin file="SoALayoutAndView_t.cu" name="testCudaSoALayoutAndView_t">
<use name="boost"/>
<use name="cuda"/>
<use name="eigen"/>
<use name="HeterogeneousCore/CUDAUtilities"/>
</bin>
</iftool>
<iftool name="rocm">
<bin file="SoALayoutAndView_t.hip.cc" name="testRocmSoALayoutAndView_t">
<use name="boost"/>
<use name="eigen"/>
<use name="rocm"/>
<use name="HeterogeneousCore/ROCmUtilities"/>
</bin>
</iftool>
<bin file="SoAUnitTests.cc" name="SoAUnitTests">
<use name="boost"/>
<use name="catch2"/>
</bin>
<bin file="SoAGenericView_t.cc" name="SoAGenericView_t">
<use name="boost"/>
<use name="catch2"/>
<use name="eigen"/>
</bin>
<!-- This test triggers a bug in ROOT, so it's kept disabled
<bin file="SoAStreamer_t.cpp" name="SoAStreamer_t">
<use name="root"/>
</bin>
-->
<!-- dictionaries for FakeSoA -->
<library file="" name="FakeSoADict"/>
|