From owner-freebsd-x11@freebsd.org Thu Mar 9 23:54:26 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C966D04023 for ; Thu, 9 Mar 2017 23:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3674B1F79 for ; Thu, 9 Mar 2017 23:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 35DADD04021; Thu, 9 Mar 2017 23:54:26 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 357ADD04019 for ; Thu, 9 Mar 2017 23:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 251BB1F78 for ; Thu, 9 Mar 2017 23:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v29NsQao025473 for ; Thu, 9 Mar 2017 23:54:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 217635] lang/beignet: crash in get_program_global_data() after 1.3.0 update Date: Thu, 09 Mar 2017 23:54:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 23:54:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217635 --- Comment #3 from Jan Beich (mail not working) --- (In reply to Matthew Rezny from comment #2) > Is the "workaround" patch actually working? Yep. OpenCL 1.4 works fine after the patch (barring old bug 213732). OpenCL= 2.0 (not exposed yet) still crashes. No other port uses drm_intel_bo_set_softpi= n(), so it maybe broken. ;) $ clpeak Platform: Intel Gen OCL Driver Device: Intel(R) HD Graphics Skylake Desktop GT2 Driver version : 1.3 (FreeBSD) Compute units : 24 Clock frequency : 1000 MHz Global memory bandwidth (GBPS) float : 32.94 float2 : 30.69 float4 : 32.55 float8 : 33.19 float16 : 30.05 Single-precision compute (GFLOPS) float : 422.00 float2 : 438.56 float4 : 438.05 float8 : 436.98 float16 : 434.43 No double precision support! Skipped Transfer bandwidth (GBPS) enqueueWriteBuffer : 10.01 enqueueReadBuffer : 11.59 enqueueMapBuffer(for read) : 37543.42 memcpy from mapped ptr : 11.69 enqueueUnmap(after write) : 43471.33 memcpy to mapped ptr : 10.96 Kernel launch latency : 29.42 us Nothing to output ! --=20 You are receiving this mail because: You are the assignee for the bug.=