This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81728] New: nvptx-run: error getting kernel result: the launch timed out and was terminated
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 05 Aug 2017 09:52:13 +0000
- Subject: [Bug target/81728] New: nvptx-run: error getting kernel result: the launch timed out and was terminated
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81728
Bug ID: 81728
Summary: nvptx-run: error getting kernel result: the launch
timed out and was terminated
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
A test-case fails with launch timeout:
...
PASS: gcc.c-torture/execute/pr78675.c -O1 (test for excess errors)
spawn nvptx-none-run ./pr78675.exe
nvptx-run: error getting kernel result: the launch timed out and was terminated
(CUDA_ERROR_LAUNCH_TIMEOUT, 702)
FAIL: gcc.c-torture/execute/pr78675.c -O1 execution test
...