Re: [PATCH] Don't pass vector params through to offload targets

2025-07-31 Thread Andrew Stubbs
On 30/07/2025 18:13, Thomas Schwinge wrote: Hi Andrew! On 2025-07-25T14:44:06+, Andrew Stubbs wrote: The optimization options are deliberately passed through to the LTO compiler, but when the same mechanism is reused for offloading it ends up forcing the host compiler settings onto the dev

Re: [PATCH] Don't pass vector params through to offload targets

2025-07-30 Thread Thomas Schwinge
Hi Andrew! On 2025-07-25T14:44:06+, Andrew Stubbs wrote: > The optimization options are deliberately passed through to the LTO compiler, > but when the same mechanism is reused for offloading it ends up forcing the > host compiler settings onto the device compiler. Yeah, that's a problem: fo

Re: [PATCH] Don't pass vector params through to offload targets

2025-07-28 Thread Richard Biener
On Fri, Jul 25, 2025 at 4:45 PM Andrew Stubbs wrote: > > Hi all, > > The optimization options are deliberately passed through to the LTO compiler, > but when the same mechanism is reused for offloading it ends up forcing the > host compiler settings onto the device compiler. Maybe this should be

[PATCH] Don't pass vector params through to offload targets

2025-07-25 Thread Andrew Stubbs
Hi all, The optimization options are deliberately passed through to the LTO compiler, but when the same mechanism is reused for offloading it ends up forcing the host compiler settings onto the device compiler. Maybe this should be removed completely, but this patch just fixes a few of them. In