Skip to content

Commit

Permalink
Moved SoA macros to CUDADataFormats/Common
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcano committed Apr 6, 2022
1 parent a42d7ad commit f711732
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions CUDADataFormats/Common/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
</bin>

</iftool>

<bin file="SoAStoreView_t.cc">
<use name="eigen"/>
<use name="boost"/>
</bin>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <cassert>
#include <memory>

#include "DataFormats/Common/interface/SoAStore.h"
#include "DataFormats/Common/interface/SoAView.h"
#include "CUDADataFormats/Common/interface/SoAStore.h"
#include "CUDADataFormats/Common/interface/SoAView.h"
#include "Eigen/Geometry"

generate_SoA_store(SoAHostDevice,
Expand Down
4 changes: 0 additions & 4 deletions DataFormats/Common/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<use name="boost"/>
<use name="cppunit"/>
<use name="DataFormats/Common"/>
<use name="Eigen"/>
<bin name="testDataFormatsCommon" file="testRunner.cpp,testOwnVector.cc,testOneToOneAssociation.cc,testValueMap.cc,testOneToManyAssociation.cc,testAssociationVector.cc,testAssociationNew.cc,testValueMapNew.cc,testSortedCollection.cc,testRangeMap.cc,testIDVectorMap.cc,ref_t.cppunit.cc,DetSetRefVector_t.cppunit.cc,reftobase_t.cppunit.cc,reftobasevector_t.cppunit.cc,cloningptr_t.cppunit.cc,ptr_t.cppunit.cc,ptrvector_t.cppunit.cc,containermask_t.cppunit.cc,reftobaseprod_t.cppunit.cc,handle_t.cppunit.cc">
</bin>

Expand Down Expand Up @@ -59,6 +58,3 @@

<bin name="testMultiAssociation" file="testRunner.cpp,testMultiAssociation.cc">
</bin>

<bin file="SoAStoreView_t.cc">
</bin>

0 comments on commit f711732

Please sign in to comment.