Skip to content
Snippets Groups Projects
Forked from VecGeom / VecGeom
998 commits behind the upstream repository.
  • Raman Sehgal's avatar
    780d7cd1
    [VECGEOM-425]; Added VECCORE_ATT_HOST_DEVICE to Extent function of GenericPolycone · 780d7cd1
    Raman Sehgal authored
    @details : The previous definition is using Extent of Cone, to calculate the
               Extent in X and Y direction. For that we are creating object of
               Cone in the Extent function of GenericPolycone using Cone Factory.
               On the CPU its fine, but on GPU with the current design, compiler
               issues a warning.
    
               This needs to be discussed if it can be resolved.
               If not then we have to replicate the code from Extent of Cone
               (which i would like to avoid).
    780d7cd1
    History
    [VECGEOM-425]; Added VECCORE_ATT_HOST_DEVICE to Extent function of GenericPolycone
    Raman Sehgal authored
    @details : The previous definition is using Extent of Cone, to calculate the
               Extent in X and Y direction. For that we are creating object of
               Cone in the Extent function of GenericPolycone using Cone Factory.
               On the CPU its fine, but on GPU with the current design, compiler
               issues a warning.
    
               This needs to be discussed if it can be resolved.
               If not then we have to replicate the code from Extent of Cone
               (which i would like to avoid).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
UnplacedGenericPolycone.cpp 11.18 KiB