From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C64B3887CD8; Thu, 15 Dec 2022 09:09:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C64B3887CD8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671095346; bh=Mw0Sd8C++ntWGLOsgLTN04s4QUbLZ/tKV+1Y+vocrzg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HIBtHBmwDdgFJWgCNf6xiqavbwdehkH6Yw80fE0tBgJFjQzUXADn4K/zwldfWzZ3e IrdjELbnW34uZbnHTAqK2Vw4kXg3QwoNa3IhwWXeXNyqZ+7f+sOOys9WjiekS5nY5W JQbU+kCUrCncPfP6fuZMev4EwgT1l4cXEPu6FXdw= From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/108098] OpenMP/nvptx reverse offload execution test FAILs Date: Thu, 15 Dec 2022 09:09:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108098 --- Comment #1 from Tom de Vries --- (In reply to Thomas Schwinge from comment #0) > $ nvidia-smi > [...] > | NVIDIA-SMI 440.33.01 Driver Version: 440.33.01 CUDA Version: = 10.2 > [...] > | 0 Tesla K80 [...] > [...] > | 1 Tesla K80 [...] >=20 I'm not sure if it matters for triggering this problem, but if I look at th= is board at nvidia drivers download and select cuda 10.2 and production branch= , I get : ... version: 440.118.02 Release Date: 2020.9.30 ... Then using the "Beta and Older Drivers" I find the version you're using is: ... version: 440.33.01 Release date: November 19, 2019 ... Please always use the latest drivers when reporting a problem.=