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. > * 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. 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. Jakub