Anuj Mittal
5ffac66996
intel-compute-runtime: upgrade 22.22.23355 -> 22.23.23405
...
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-06-17 16:30:06 +08:00
Anuj Mittal
66f4ff0083
intel-compute-runtime: upgrade 22.11.22682 -> 22.22.23355
...
Remove upstreamed patch and revert to default for built-ins compilation.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-06-10 16:26:06 +08:00
Anuj Mittal
ebb8c1c26e
intel-compute-runtime: fix failures with gcc12
...
Backport patch to fix build failures like:
| recipe-sysroot/usr/include/c++/12.1.0/bits/unique_ptr.h:95:9: error: 'void operator delete(void*, std::size_t)' called on pointer returned from a mismatched allocation function [-Werror=mismatched-new-delete]
| 95 | delete __ptr;
| | ^~~~~~~~~~~~
| git/shared/source/os_interface/windows/wddm/adapter_info.cpp: In function 'std::wstring NEO::queryAdapterDriverStorePath(const Gdi&, D3DKMT_HANDLE)':
| git/shared/source/os_interface/windows/wddm/adapter_info.cpp:31:117: note: returned from 'void* operator new [](std::size_t)'
| 31 | std::unique_ptr<uint64_t> storage{new uint64_t[(privateDataSizeNeeded + sizeof(uint64_t) - 1) / sizeof(uint64_t)]};
| | ^
| In member function 'void std::default_delete<_Tp>::operator()(_Tp*) const [with _Tp = long unsigned int]',
| inlined from 'std::unique_ptr<_Tp, _Dp>::~unique_ptr() [with _Tp = long unsigned int; _Dp = std::default_delete<long unsigned int>]' at recipe-sysroot/usr/include/c++/12.1.0/bits/unique_ptr.h:396:17,
| inlined from 'std::wstring NEO::queryAdapterDriverStorePath(const Gdi&, D3DKMT_HANDLE)' at git/shared/source/os_interface/windows/wddm/adapter_info.cpp:46:1:
| recipe-sysroot/usr/include/c++/12.1.0/bits/unique_ptr.h:95:9: error: 'void operator delete(void*, std::size_t)' called on pointer returned from a mismatched allocation function [-Werror=mismatched-new-delete]
| 95 | delete __ptr;
| | ^~~~~~~~~~~~
| git/shared/source/os_interface/windows/wddm/adapter_info.cpp: In function 'std::wstring NEO::queryAdapterDriverStorePath(const Gdi&, D3DKMT_HANDLE)':
| git/shared/source/os_interface/windows/wddm/adapter_info.cpp:31:117: note: returned from 'void* operator new [](std::size_t)'
| 31 | std::unique_ptr<uint64_t> storage{new uint64_t[(privateDataSizeNeeded + sizeof(uint64_t) - 1) / sizeof(uint64_t)]};
| | ^
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-05-20 00:25:29 +08:00
Dongwon Kim
c2c0f2ade5
compute-runtime: version update from 22.08.22549 to 22.11.22682
...
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-24 18:34:50 +08:00
Anuj Mittal
2bde8e7514
intel-compute-runtime: fix patch fuzz
...
Fix warnings:
| Applying patch allow-to-find-cpp-generation-tool.patch
| patching file shared/source/built_ins/kernels/CMakeLists.txt
| Hunk #1 succeeded at 94 with fuzz 2 (offset -6 lines).
| Hunk #2 succeeded at 147 with fuzz 2 (offset 3 lines).
|
| The context lines in the patches can be updated with devtool:
|
| devtool modify intel-compute-runtime
| devtool finish --force-patch-refresh intel-compute-runtime <layer_path>
|
| Don't forget to review changes done by devtool!
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07 14:16:04 +08:00
Dongwon Kim
6fba58adb3
compute-runtime: version update from 21.40.21182 to 22.08.22549
...
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-04 15:06:34 +08:00
Anuj Mittal
e4d0c52cba
meta: add explicit branch and protocol to SRC_URI
...
Add branch name explicitly to SRC_URI where it's not defined and switch
to using https protocol for Github projects.
The change was made using convert_srcuri script for OE-Core.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-03 12:35:28 +08:00
Anuj Mittal
3cb5e468fb
intel-compute-runtime: upgrade 21.37.20939 -> 21.40.21182
...
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-10-12 09:22:04 +08:00
Anuj Mittal
cd0ba51efd
intel-compute-runtime: upgrade 21.33.20678 -> 21.37.20939
...
Disable built-ins compilation when building for native.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-10-07 22:51:41 +08:00
Dongwon Kim
a41f5a188a
compute-runtime: move up to the commit for ADL-P support
...
new compute-runtime code base including ADL-P support and
one more ADL-S sku with dev id of 0x4690
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-26 12:10:09 +08:00
Dongwon Kim
5b1776caeb
intel-compute-runtime: upgrade 21.04.18912 -> 21.33.20678
...
Source move up to the latest that contains ADL-P support.
Also, this includes an extra patch to revert following commit
to avoid unit-test failure during compute-runtime build:
ab52c7023 Change builtin kernels compilation process
License-Update: LICENSE file has been removed and replaced by
LICENSE.md. License is still the same.
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-24 16:30:22 +08:00
Anuj Mittal
0584f63879
Convert to new override syntax
...
Use the convert-overrides.py to convert to new syntax and manually
fix some additional changes.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-07-31 17:47:03 +08:00
Anuj Mittal
4a92a7e95a
intel-compute-runtime: remove DEPENDS on clang
...
This is not a direct dependency and is not required.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01 13:30:35 +08:00
Naveen Saini
c96f9d1fdb
intel-compute-runtime: upgrade 20.46.18421 -> 21.04.18912
...
Ref:
https://github.com/intel/compute-runtime/releases/tag/21.04.18912
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02 23:10:43 +08:00
Anuj Mittal
7d79beb509
intel-compute-runtime: upgrade 20.45.18403 -> 20.46.18421
...
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-27 15:32:10 +08:00
Anuj Mittal
a693b4d6b9
intel-compute-runtime: upgrade 20.40.18075 -> 20.40.18403
...
Release notes:
https://github.com/intel/compute-runtime/releases/tag/20.45.18403
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21 00:09:14 +08:00
Anuj Mittal
4ee7bc0ab4
intel-compute-runtime: add libva to DEPENDS
...
libva is needed to have cl_intel_va_api_media_sharing [1] extension
enabled.
[1] https://github.com/intel/compute-runtime/blob/master/opencl/doc/cl_intel_va_api_media_sharing.md
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-23 14:19:09 +08:00
Anuj Mittal
4f9aa9cd83
compute-runtime: upgrade 20.33.17675 -> 20.40.18075
...
Release notes:
https://github.com/intel/compute-runtime/releases/tag/20.40.18075
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15 13:19:43 +08:00
Anuj Mittal
a611a92e75
intel-compute-runtime: fix packaging
...
Make sure that level zero driver is also packaged properly and -dev
only gets the headers.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-11 15:31:46 +08:00
Anuj Mittal
58ce85f09c
intel-compute-runtime: add PACKAGECONFIG for level zero
...
Add a PACKAGECONFIG that can be enabled when level zero driver
is required to be built.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-04 08:52:45 +08:00
Naveen Saini
256c445c70
intel-compute-runtime: upgrade 20.27.17231 -> 20.33.17675
...
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-03 11:08:23 +08:00
Naveen Saini
41e3a1b504
intel-compute-runtime: 20.24.17065 -> 20.27.17231
...
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-07-22 12:32:46 +08:00
Naveen Saini
69abe5db6a
intel-compute-runtime: upgrade 20.20.16837 -> 20.24.17065
...
Release notes:
https://github.com/intel/compute-runtime/releases/tag/20.24.17065
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-06-26 11:54:15 +08:00
Naveen Saini
d5fb8c53d1
intel-compute-runtime: upgrade 20.15.16524 -> 20.20.16837
...
Release notes:
https://github.com/intel/compute-runtime/releases/tag/20.20.16837
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-28 19:02:57 +08:00
Anuj Mittal
7e92c4dd59
compute-runtime: upgrade 20.14.16441 -> 20.15.16524
...
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-04-20 21:58:51 +08:00
Naveen Saini
b7d87376c7
intel-compute-runtime: upgrade 20.12.16259 -> 20.14.16441
...
Dropped the backported patch.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-04-14 07:01:40 +08:00
Anuj Mittal
fb75af6fbc
intel-compute-runtime: include in world builds
...
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-04-04 18:18:52 +08:00
Anuj Mittal
e226f8983b
intel-compute-runtime: upgrade 20.04.15428 -> 20.10.16259
...
Replace a local patch with a backport that allows defining value for
cloc_cmd_prefix.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-04-04 18:18:52 +08:00
Naveen Saini
0909177b2d
intel-compute-runtime: fix missing header error
...
In order to include visa/ headers from igc, set
IGC_DIR path
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-03-10 06:31:07 +08:00
Naveen Saini
658366aa13
intel-compute-runtime: upgrade 19.44.14658 -> 20.04.15428
...
For more details:
https://github.com/intel/compute-runtime/releases/tag/20.04.15428
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-02-11 14:32:30 +08:00
Naveen Saini
92468819c3
intel-compute-runtime: upgrade 19.35.13977 -> 19.44.14658
...
Release notes can be found here:
https://github.com/intel/compute-runtime/releases/tag/19.44.14658
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-12-27 10:01:59 +08:00
Naveen Saini
00c4176e02
intel-compute-runtime: use default TOOLCHAIN
...
LLD linker is no longer the default for clang-native, so
we can build binaries linking to clang-native using GNU ld.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-10-21 07:18:55 +08:00
Anuj Mittal
655dfaec95
compute-runtime: update UPSTREAM_CHECK_GITTAGREGEX
...
We'd like to ignore the older tags using year and work week strings like
2018ww19-010806 and use only the ones that have numbers and are in
x.y.z format.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-09-19 06:24:35 +08:00
Naveen Saini
e9957d290e
intel-compute-runtime: upgrade 19.21.13045 -> 19.35.13977
...
Release notes can be found here:
https://github.com/intel/compute-runtime/releases/tag/19.35.13977
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-09-13 16:17:22 +08:00
Anuj Mittal
441d749a8d
intel-compute-runtime: include igc and gmmlib in RDEPENDS
...
The library isn't explicitly linking against these libs and loads them
at runtime. Add these to RDEPENDS to make sure these are present.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-30 10:52:01 +08:00
Anuj Mittal
999be2ad76
compute-runtime: add
...
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source
project to converge Intel's development efforts on OpenCL(TM) compute
stacks supporting the GEN graphics hardware architecture.
For more details, see:
https://01.org/compute-runtime
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-21 12:27:06 +08:00