Skip to content
  • Kenneth Moreland's avatar
    Add padding to Grid struct in CellLocatorTwoLevel · 9816c422
    Kenneth Moreland authored
    There appears to be a bug in CUDA 9.2 where if you have a class that
    contains a struct that itself has to have padding in the middle for
    alignment purposes and you then put that class in a union with other
    classes, it seems like that padding can cause problems with other
    objects in the union.
    9816c422