Skip to content
Snippets Groups Projects

Fix width-one iteration slices on GPU

Merged Frederik Hennig requested to merge da15siwa/pystencils:fix-gpu-islices into master

When iteration_slice was specified, the GPU code generator used to handle integer slice components wrongly, setting start == stop instead of stop == start + 1. This MR fixes that and provides tests.

Also, this reveals a more fundamental problem with iteration slices on GPU; see #103

Merge request reports

Test summary results are loading

Merged by Markus HolzerMarkus Holzer 5 months ago (Oct 28, 2024 11:59am UTC)

Loading

Pipeline #72430 passed

Pipeline passed for ada89c01 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply