Skip to content
  • Andreas Marek's avatar
    Alignment error due to wrong stripe_width · f5feb969
    Andreas Marek authored
    In case of single precision calculations the stripe_width needs to
    be a multiple, which differs from the double precision by a factor of 2
    since one needs 32 bytes alignment and the sizeof(float) and sizeof(double)
    is different by a factor of two
    
    This commit closes issue #18
    f5feb969