Johannes Doerfert
7318fe6334
[OpenMP][FIX] Ensure device reduction geps work for multi-var reductions
...
If we have more than one reduction variable we need to be consistent
wrt. indexing. In 3de645efe30b83ba1b6d7e500486c4f441a17a61 we broke this
as the buffer type was reduced to a singleton but the index computation
was not adjusted to account for that offset. This fixes it by
interleaving the reduction variables properly in a array-of-struct
style. We can revert it back to struct-of-array in a follow up if turns
out to be a problem. I doubt it since half the accesses should benefit
from the locallity this layout offers and only the other half were
consecutive before.
2023-11-10 14:34:46 -08:00
..
2023-11-06 13:24:02 +00:00
2023-07-31 15:45:53 -07:00
2023-06-15 12:41:09 +05:30
2023-08-28 09:55:56 -04:00
2023-07-31 15:45:53 -07:00
2023-07-31 15:45:53 -07:00
2023-07-31 15:45:53 -07:00
2023-08-16 10:24:00 -05:00
2023-07-31 15:45:53 -07:00
2023-07-31 15:45:53 -07:00
2023-03-27 21:36:21 -07:00
2023-07-31 15:45:53 -07:00
2023-07-31 15:45:53 -07:00
2023-08-24 16:28:10 -07:00
2023-08-25 10:46:56 -07:00
2022-12-12 11:48:35 -06:00
2023-11-01 11:18:11 -07:00
2022-10-19 08:57:27 -05:00
2023-07-31 15:45:53 -07:00
2023-10-29 11:35:34 -07:00
2022-10-19 08:57:27 -05:00
2023-07-31 15:45:53 -07:00
2023-07-28 11:52:05 -05:00
2023-11-01 12:12:14 -07:00
2022-03-25 22:44:20 -04:00
2023-03-27 21:30:22 -07:00
2023-11-07 08:33:39 -08:00
2023-08-24 16:28:10 -07:00
2022-10-19 08:57:27 -05:00
2022-10-19 08:57:27 -05:00
2023-10-30 17:15:41 -07:00
2023-10-21 14:49:30 -07:00
2022-10-19 08:57:27 -05:00
2023-08-28 12:56:22 -04:00
2023-11-10 14:34:46 -08:00
2022-10-19 08:57:27 -05:00
2022-10-19 08:57:27 -05:00
2022-10-19 08:57:27 -05:00
2023-08-07 20:26:39 +00:00
2023-08-07 20:26:39 +00:00
2022-08-26 13:47:09 -05:00
2023-11-07 20:39:08 -08:00
2023-11-07 20:39:08 -08:00
2023-11-01 11:11:48 -07:00
2022-10-19 08:57:27 -05:00
2023-10-30 15:59:05 -04:00
2023-06-20 19:00:07 +00:00
2023-08-17 18:33:24 -07:00
2022-08-26 13:47:09 -05:00
2023-10-04 15:24:43 -05:00
2023-03-23 10:17:25 -04:00
2023-10-16 13:59:49 +01:00
2022-10-19 08:57:27 -05:00
2023-07-31 15:45:53 -07:00
2022-10-19 08:57:27 -05:00
2023-06-02 12:18:13 -04:00
2023-09-12 16:09:16 -05:00
2022-08-26 13:47:09 -05:00
2022-10-19 08:57:27 -05:00
2023-09-12 15:13:59 +05:30
2023-10-29 11:35:34 -07:00
2023-10-29 11:35:34 -07:00
2023-10-04 14:13:52 -05:00
2023-10-10 13:09:29 -05:00