Skip to content
Snippets Groups Projects
  1. Nov 14, 2018
    • Martin Bauer's avatar
      Removed 'symbol_name_to_variable_name' · b72ef215
      Martin Bauer authored
      - was not used consistently before
      - symbol names are expected to be valid C identifiers
      - for complicated field names, the latex_name of field should be used
      b72ef215
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 7a94740d
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      7a94740d