Skip to content
Snippets Groups Projects
Commit 7a94740d authored by Martin Bauer's avatar Martin Bauer
Browse files

Pass field information (shape,stride) as single elements instead of arr

- 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
parent 99aef3f8
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment