Skip to content
  • Raman Sehgal's avatar
    [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