Skip to content
  • Andreas Marek's avatar
    Fix out-of-bound overflow in real valued GPU version · fe5c1990
    Andreas Marek authored
    1. The dimensions of an array have been wrong in cuda calls.
    2. Start to get rid of "assumed-size" arrays in the real case
       They are a nightmare to debug and easily lead to a conceptional
       error as in 1.
    
       Furthermore, the compiler can generally optimize code better if
       "assumed-shape" arrays are used, since more information is available
       at compile time
    fe5c1990