Fix width-one iteration slices on GPU
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
Activity
Filter activity
added Bug label
requested review from @holzer
assigned to @da15siwa
mentioned in merge request lbmpy!182 (merged)
mentioned in commit ada89c01
Please register or sign in to reply