Re: [commit] amdgcn: Re-enable trampolines

2024-08-09 Thread Andrew Stubbs
On 09/08/2024 07:53, Thomas Schwinge wrote: Hi Andrew! On 2024-08-08T13:50:17+, Andrew Stubbs wrote: Previously, trampolines worked on GCN3 devices, but the newer GCN5 devices had different permissions on the stack memory space we were using. That changed when we added the reverse-offload

Re: [commit] amdgcn: Re-enable trampolines

2024-08-08 Thread Thomas Schwinge
Hi Andrew! On 2024-08-08T13:50:17+, Andrew Stubbs wrote: > Previously, trampolines worked on GCN3 devices, but the newer GCN5 > devices had different permissions on the stack memory space we were > using. > > That changed when we added the reverse-offload features because we > switched from u

[commit] amdgcn: Re-enable trampolines

2024-08-08 Thread Andrew Stubbs
Previously, trampolines worked on GCN3 devices, but the newer GCN5 devices had different permissions on the stack memory space we were using. That changed when we added the reverse-offload features because we switched from using the "private" memory space to using a regular memory allocation. The