compute-runtime/opencl
Fabian Zwoliński 359f4d5b56 feature: add SUPPORTED_DEVICES query to ocloc
New query option
ocloc query SUPPORTED_DEVICE
allows to generate a YAML file containing
information about supported devices for:
- the current version of ocloc on Windows
- the current and previous versions of ocloc on Linux

Each version of ocloc build needs to set
NEO_OCLOC_CURRENT_LIB_NAME
NEO_OCLOC_FORMER_LIB_NAME
cmake defines for the ocloc to be able to
find a previous lib and query its supported devices.

Example of correct format:
NEO_OCLOC_FORMER_LIB_NAME=libocloc-1.0.so
NEO_OCLOC_CURRENT_LIB_NAME=libocloc-2.0.so

Related-To: NEO-9630
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
2024-07-11 17:38:33 +02:00
..
doc fix: remove compiler cache legacy implementation 2024-05-06 18:28:35 +02:00
extensions refactor: Modify cl_gl_private header to be sherable with OGL 2024-03-07 12:19:30 +01:00
source fix: initialize page tables before access for TSP allocation in TBX mode 2024-07-11 16:03:19 +02:00
test feature: add SUPPORTED_DEVICES query to ocloc 2024-07-11 17:38:33 +02:00
CMakeLists.txt feature: add experimental support for cl-gl sharing on Linux 2023-03-20 12:49:52 +01:00