Hi Jakub, On 07.02.20 16:29, Jakub Jelinek wrote: > On Fri, Feb 07, 2020 at 09:56:38AM +0100, Harwath, Frederik wrote: >> * {target-32.c, thread-limit-2.c}: >> no "usleep" implemented for nvptx. Cf. https://gcc.gnu.org/PR81690 > > Please don't, I want to deal with that using declare variant, just didn't > get yet around to finishing the last patch needed for that. Will try next week. Ok, great! looking forward to see a better solution. >> * target-{33,34}.c: >> no "GOMP_OFFLOAD_async_run" implemented in plugin-nvptx.c. Cf. https://gcc.gnu.org/PR81688 >> >> * target-link-1.c: >> omp "target link" not implemented for nvptx. Cf. https://gcc.gnu.org/PR81689 > > I guess this is ok, though of course the right thing would be to implement > both Ok, this means that I can commit the attached patch which contains only the changes to target-{33,43}.c and target-link-1.c? Of course, I agree that those features should be implemented. > There has been even in some PR a suggestion that instead of failing > in nvptx async_run we should just ignore the nowait clause if the plugin > doesn't implement it properly. This must be https://gcc.gnu.org/PR93481. Best regards, Frederik