Package Details: beignet 1.3.2.r3283.419c0417-2

Git Clone URL: https://aur.archlinux.org/beignet.git (read-only, click to copy)
Package Base: beignet
Description: An open source OpenCL implementation for Intel IvyBridge & Haswell iGPUs
Upstream URL: https://www.freedesktop.org/wiki/Software/Beignet/
Licenses: LGPL
Conflicts: opencl-intel
Provides: opencl-driver, opencl-intel
Submitter: foutrelis
Maintainer: Drommer
Last Packager: Drommer
Votes: 6
Popularity: 0.017437
First Submitted: 2020-10-14 18:48 (UTC)
Last Updated: 2023-07-10 16:28 (UTC)

Required by (36)

Sources (10)

Latest Comments

Eirikr commented on 2024-02-26 23:31 (UTC)

llvm10 builds; but clang10 fails to build.

What will it take for this to be patched for llvm16 / clang16?

Ivy Bridge and Haswell currently do not have rusticl support; so this is the only viable OpenCL driver at this point in time.

michael_wzq commented on 2023-07-10 07:52 (UTC) (edited on 2023-07-10 07:52 (UTC) by michael_wzq)

This can be fixed by adding changing

rm -f $pkgdir/usr/include/CL/{cl.h,cl_{egl.h,ext.h,gl.h,gl_ext.h,platform.h},opencl.h}

to

rm -f $pkgdir/usr/include/CL/{cl.h,cl_{egl.h,ext.h,gl.h,gl_ext.h,platform.h,d3d10.h,d3d11.h,dx9_media_sharing.h},opencl.h}

in PKGBUILD.

michael_wzq commented on 2023-07-07 07:12 (UTC)

The package "beignet" fails to install

error: failed to commit transaction (conflicting files)
beignet: /usr/include/CL/cl_d3d10.h exists in filesystem (owned by opencl-headers)
beignet: /usr/include/CL/cl_d3d11.h exists in filesystem (owned by opencl-headers)
beignet: /usr/include/CL/cl_dx9_media_sharing.h exists in filesystem (owned by opencl-headers)
Errors occurred, no packages were upgraded.

This error occurred after opencl-headers updated from 2:2022.09.30-1 to 2:2022.09.30-1, specifically, in this commit.

<deleted-account> commented on 2022-10-08 14:46 (UTC)

[deleted]

Eirikr commented on 2022-08-09 19:40 (UTC)

That’s unfortunate. Hopefully someone comes along with some clever patch for 15.x or 16.x

Drommer commented on 2022-08-04 13:12 (UTC) (edited on 2022-08-04 13:12 (UTC) by Drommer)

Probably not. The project has been abandoned by the developer for a long time. I saw only a patch for LLVM 11 from third-party users, but I could not compile the package with it.

Eirikr commented on 2022-08-04 12:41 (UTC)

Currently patchset ends at LLVM10. Any hope for LLVM 14, 15 or even 16 (testing, new) patches?

MarsSeed commented on 2022-04-01 11:56 (UTC)

Upstream URL: You are not authorized to access this page.