Re: [PATCH 03/11] AArch64: Diagnose OpenMP offloading when SVE types involved.

2024-08-06 Thread Jakub Jelinek
On Mon, May 27, 2024 at 10:36:18AM +0530, Tejas Belagod wrote: > The target clause in OpenMP is used to offload loop kernels to accelarator > peripeherals. target's 'map' clause is used to move data from and to the > accelarator. When the data is SVE type, it may not be suitable because of > vari

Re: [PATCH 03/11] AArch64: Diagnose OpenMP offloading when SVE types involved.

2024-07-18 Thread Tejas Belagod
On 5/30/24 6:20 PM, Richard Sandiford wrote: Tejas Belagod writes: The target clause in OpenMP is used to offload loop kernels to accelarator peripeherals. target's 'map' clause is used to move data from and to the accelarator. When the data is SVE type, it may not be suitable because of vari

Re: [PATCH 03/11] AArch64: Diagnose OpenMP offloading when SVE types involved.

2024-05-30 Thread Richard Sandiford
Tejas Belagod writes: > The target clause in OpenMP is used to offload loop kernels to accelarator > peripeherals. target's 'map' clause is used to move data from and to the > accelarator. When the data is SVE type, it may not be suitable because of > various reasons i.e. the two SVE targets may

[PATCH 03/11] AArch64: Diagnose OpenMP offloading when SVE types involved.

2024-05-26 Thread Tejas Belagod
The target clause in OpenMP is used to offload loop kernels to accelarator peripeherals. target's 'map' clause is used to move data from and to the accelarator. When the data is SVE type, it may not be suitable because of various reasons i.e. the two SVE targets may not agree on vector size or so