From owner-freebsd-questions@freebsd.org Fri Jul 14 23:11:08 2017 Return-Path: Delivered-To: freebsd-questions@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 7E821DAE20F for ; Fri, 14 Jul 2017 23:11:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 579007DEA1; Fri, 14 Jul 2017 23:11:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A7B4015AA1; Fri, 14 Jul 2017 23:11:07 +0000 (UTC) From: Jan Beich To: Steven Nikkel Cc: freebsd-questions@freebsd.org Subject: Re: OpenCL Issues References: <1b3fafb4-1f41-1ef0-dce5-3c97ccb39570@ertyu.org> Date: Sat, 15 Jul 2017 01:11:04 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 23:11:08 -0000 Steven Nikkel writes: > On 2017-07-14 8:13 AM, Jan Beich wrote: >> Steven Nikkel writes: >> >> See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217635 >> > > Thanks, work around from the bug report solves my issue with beignet > and I can successfully use OpenCL on that host. ^^^^^^^^^^^ Awesome! I'd like to update the port to a snapshot to pick up the fix in question upstream, LLVM 4.0 support, more optimizations and catch regressions early. Can you give it a try? https://reviews.freebsd.org/D11377 (see Download Raw Diff) > #0 0x0000000802d25075 in hwloc_topology_set_userdata_import_callback () > from /usr/local/lib/libhwloc.so.5 > #1 0x0000000802d24f2d in hwloc_topology_set_userdata_import_callback () > from /usr/local/lib/libhwloc.so.5 > #2 0x0000000802d24a77 in hwloc_topology_set_userdata_import_callback () > from /usr/local/lib/libhwloc.so.5 > #3 0x0000000802d0b95b in hwloc_topology_load () > from /usr/local/lib/libhwloc.so.5 > #4 0x0000000801722913 in pocl_cpuinfo_detect_compute_unit_count () > from /usr/local/lib/libpocl.so.1.7.0 Probably https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219562 I haven't investigated it myself.