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
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
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
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