intel / beignet

Beignet is an open source implementation of the OpenCL specification - a generic compute oriented API. Here is Beignet Source Code Mirror in github- This is a publish-only repository and all pull requests are ignored. Please follow https://wiki.freedesktop.org/www/Software/Beignet/ for any of your improvements
GNU Lesser General Public License v2.1
95 stars 40 forks source link

Create new release with Coffee Lake support #19

Open rcombs opened 3 years ago

rcombs commented 3 years ago

7e181af2ea4d37f67406f2563c0e13fa1fdbb14b added support for Coffee Lake processors, but it's not present in any release yet. Can one be pushed out for distros?

jyggen commented 3 years ago

On a somewhat related note, I think the coffee lake support is missing some device IDs? I'm trying to get beignet to work with an i5-9400 which, if I'm not mistaken, is a Coffee Lake model and has device ID 0x3E98. However, that device ID is missing from the Coffee Lake commit, likely because the CPU in question was released over a year after the commit was made.

rcombs commented 3 years ago

I've added your ID to PR #20 (which was originally only for Comet Lake support, but now also includes a couple missing Coffee Lake IDs, along with Amber Lake, which I discovered while looking into additional missing CFL IDs). That PR should land before a new release is made.