aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencl
AgeCommit message (Collapse)Author
2024-01-04clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25alperak
Changelog: 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25 6ffc5f4 Keep track of the known flags 8a259ee Mark ARM extensions as such 315a45f Fix some extended versioning support fd78db3 cl_khr_mutable_dispatch 89581d9 Sempahore KHR extensions support 6dedc29 cl_khr_external_memory support 9e770d9 Cleanup and add TODO 3bb2d68 cl_intel_unified_shared_memory support 120b67c cl_khr_command_buffer support a38c9cc Update cl_arm_scheduling_controls support b43aa37 cl_intel_device_attribute_query support 5b0ebba cl_intel_command_queue_families support c8de099 Option to handle the NULL platform like a normal one a6862eb Correctly size some variables 62bbef9 Fix typo: comfornace d6f189d Makefile: Define and use `MAN1DIR` 95051d9 Makefile: Support staged installs with `DESTDIR` a2d2cfb Makefile: Simplify by removing targets and move them to install target 7870355 Revert "Makefile: Support staged installs with `DESTDIR`" a3729b0 Properly indent NV execution properties 77b4693 Don't fetch array values when there aren't any efdb0f0 Show ICD loader properties even if no platforms are present a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV a5bda6d Makefile: Support staged installs with `DESTDIR` 72a1ee2 Some more ext vs (next) core things aabec89 Add missing extension checks 20b7053 cl_arm_controlled_kernel_termination support 11201e9 cl_khr_pci_bus_info support 78c53d0 Fix string buffer used to report error e36ff2b Support cl_arm_scheduling_controls d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02clinfo: use virtual opencl loader providerjybros
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-15clinfo: Upgrade 2.2.18.04.06 -> 3.0.21.02.21Suhrid_S
clinfo 2.2.18.04.06 released April 2018 does not show correct information pertaining to OpenCL 3.0 released Sept 2020. It shows version as `2.0` or `2.2` in systems with OpenCL 3.0. This upgrade fixes it. Signed-off-by: Suhrid_S <suhrid.subramaniam@mediatek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-21clinfo: add recipeAnuj Mittal
clinfo is a simple command-line application that enumerates all possible (known) properties of the OpenCL platform and devices available on the system. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>