On Tue, Oct 08, 2019 at 06:30:36PM +0200, Tom de Vries wrote:
> I just build gcc trunk with nvptx offloading, and ran libgomp on a
> Quadro M1200 with driver version 390.87.
> 
> On the OpenMP side, there are the known errors plus a new internal
> compiler error.

One issue is the usleep problem which is unimplemented in nvptx newlib,
that might get fixed through declare variant directive (have parsing for
that roughly done, but not more than that so far).
Another thing is unimplemented link support in NVPTX offloading, that just
needs work.

> On the OpenACC side, there's the usual lib-81.c timeout, plus a large
> number of new failures in host_data test-cases.

>From my POV for the OpenACC tests, it would be nice if tests that actually
include <cuda.h> or even link against -lcuda, if they don't work with the
--without-cuda-driver setup, would be just UNSUPPORTED, otherwise it is too
much clutter.

        Jakub

Reply via email to