[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-22 Thread quanxian
** Changed in: intel Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title: media/opencl package updates for 19.10 To manage notifications about this bug

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-10 Thread Timo Aaltonen
everything should be in eoan now, including opencl 19.39.14278 intel-hdcp needs to be packaged, later ** Changed in: intel-media-driver (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-04 Thread Jacek Danecki
Here is new Neo release: https://github.com/intel/compute- runtime/releases/tag/19.39.14278 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title: media/opencl package updates for 19.10 To

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-04 Thread Jacek Danecki
Today I'll release new Neo version 19.39.14278. This release uses intel- gmmlib 19.3.2, and igc 1.0.2597 (compiled with llvm/clang 9). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title:

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-04 Thread Timo Aaltonen
new intel-gmmlib bumps the soname libidgdmm9 -> libigdgmm11, so the media drivers would need at least a rebuild, possibly also 19.3pre release? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-10-04 Thread Timo Aaltonen
then again, the latest tagged version of neo is using gmmlib 19.2.4, so that's what we'll ship with -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title: media/opencl package updates for

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-09-21 Thread quanxian
Neo was switched to gmmlib 19.3.2: https://github.com/intel/compute-runtime/commit/4de1d8e589b5c2addd20c48b42965f2768aa75e0 If you want to use newer Neo in Media Q3 release, please update gmmlib to 19.3.2 in media, because you will not be able to compile Neo with gmmlib 19.3.1. -- You received

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-09-19 Thread Dmitry Rogozhkin
http://releases.llvm.org/download.html#9.0.0 was released. I have submitted issues for spirv-translator and opencl-clang requesting corresponding releases. See: • https://github.com/intel/opencl-clang/issues/93 • https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/334 Timo, you might

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-09-19 Thread quanxian
hi, Timo new version of gmmlib has been released out for Q3 release. open source GmmLib for Q3 release and created the release tag on the top of 19ab520 this change with tag name “intel-gmmlib-19.3.1” to support the Media’s Q3 release More info: Created another release tag on the top of

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-10 Thread Timo Aaltonen
huh, looks like I didn't upload that one, so now I just bumped the depends on gmmlib and it should be fine for now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title: media/opencl package

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-10 Thread Timo Aaltonen
yes, thing is that the packaging tools won't detect dlopened library dependencies.. so I reverted to direct dependencies again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title:

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Dmitry Rogozhkin
People noticed that intel-opencl is broken and can not be installed on 19.10, see bug report https://github.com/intel/compute- runtime/issues/199. This looks to be due to missed gmmlib dependency since its major version went up from 5 (on 19.04) to 9 (after recent update). ** Bug watch added:

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Dmitry Rogozhkin
Since driver dlopen libs instead of linking against them, need to be careful in setting up dependencies. for IGC and igdfcl this is likely correct, but gmmlib could change major version and dependency might need to be bumped up. -- You received this bug notification because you are a member of

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Timo Aaltonen
I mean the current packaging has Depends for libigdgmm5, for instance. But that's of course wrong, since the tooling should detect what libs the driver needs.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Dmitry Rogozhkin
No, dependencies are not that wrong. Intel opencl driver dlopen() these libraries: # strings /usr/lib64/intel-opencl/libigdrcl.so | grep \\.so libigdgmm.so.5 libigc.so.1 libigdfcl.so.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Timo Aaltonen
hum, looks like the Depends were all wrong for intel-opencl-icd.. ldd shows that it shouldn't directly depend on any other libs, like it does now? dvrogozh, could you confirm that it doesn't require libigc1/libigdfcl1/libigdgmm5? -- You received this bug notification because you are a member of

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Timo Aaltonen
looks like a new gmmlib got in the archive, so -compute-runtime just needs a rebuild -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title: media/opencl package updates for 19.10 To manage

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Dmitry Rogozhkin
Jacek, I guess it just did not fully make it thru the queue yet. I see it in "done" eon queue with the status "Proposed": https://launchpad.net/ubuntu/eoan/+queue?queue_state=3_text=intel. 19.29.13530 version is picked up by the way. Time, do you have an estimate when the package will make it

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-09 Thread Jacek Danecki
I can see older version of Neo 19.13.12717-0ubuntu3 in eon: https://packages.ubuntu.com/search?suite=eoan=all=any =intel-opencl-icd=names -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836959 Title:

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-02 Thread Timo Aaltonen
everything else from this list should be in eoan now, except intel- media-driver(-nonfree) which is at 19.2.0, and intel-hdcp which isn't even packaged yet AFAIK. ** Package changed: ubuntu => intel-media-driver (Ubuntu) ** Changed in: intel-media-driver (Ubuntu) Status: New => Confirmed

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-02 Thread quanxian
https://github.com/intel/media-driver/releases/tag/intel-media-19.2.1 https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-19.2.1 https://github.com/intel/libva/releases/tag/2.5.0 https://github.com/intel/libva-utils/releases/tag/2.5.0

[Bug 1836959] Re: media/opencl package updates for 19.10

2019-08-02 Thread quanxian
Media stack 19.2.1 Q2 update 1 released including below enhancement. 1. Clean up all KW Errors in iHD driver. 2. Fixed ICL GPU hang issue for HEVC VDEnc 444 8/10bit, issue#677 3. MSDK improved density for multisession workloads in join mode for HEVC encode For more details, please