Re: [PATCH] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN

2024-01-08 Thread Julian Brown
lian commit 34c6e9132b3ea33c2e15c88e127c4134a5e88b8d Author: Julian Brown Date: Thu Jan 4 16:44:18 2024 + OpenMP: Support accelerated 2D/3D memory copies for AMD GCN This patch adds support for 2D/3D memory copies for omp_target_memcpy_rect using AMD extensions to the HSA API. This is just

Re: [PATCH] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN

2023-12-21 Thread Tobias Burnus
Hi Julian, On 20.09.23 13:44, Julian Brown wrote: This patch adds support for 2D/3D memory copies for omp_target_memcpy_rect and "target update", using AMD extensions to the HSA API. I've just committed a version of this patch to the og13 branch, but this is the mainline version. Support is

[PATCH] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN

2023-09-20 Thread Julian Brown
This patch adds support for 2D/3D memory copies for omp_target_memcpy_rect and "target update", using AMD extensions to the HSA API. I've just committed a version of this patch to the og13 branch, but this is the mainline version. Support is also added for 1-dimensional strided accesses: these