On 1/6/26 21:19, Mikulas Patocka wrote: > On Tue, 6 Jan 2026, Liam R. Howlett wrote: > >> Any other -EINTR system call will also cause you problems since you >> continuously send signals to your process, so we'll have to change them >> all for this to work? > > I use SA_RESTART for the signals. And I retry all the syscalls on EINTR > just in case SA_RESTART didn't work. So, I don't experience random > failures in my code due to the periodic signal. > > But there is code that I have no control over - such as the OpenCL shared > library.
AFAIK all current OpenCL support code for AMD GPUs is open source. I see no reason why it couldn't be fixed. -- Earthling Michel Dänzer \ GNOME / Xwayland / Mesa developer https://redhat.com \ Libre software enthusiast
