This website requires JavaScript.
Explore
Help
Sign In
intel
/
compute-runtime
Watch
1
Star
0
Fork
0
You've already forked compute-runtime
mirror of
https://github.com/intel/compute-runtime.git
synced
2026-01-04 23:56:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd9ad1f04c664fef9f4b0ef649ee9269765d9931
compute-runtime
/
level_zero
/
api
/
extensions
/
CMakeLists.txt
8 lines
103 B
CMake
Raw
Normal View
History
Unescape
Escape
Add support for global work offset extension in L0 Add experimental extension to set global work offest in L0. Current L0 specification does not have interface to export experimental function symbols, so for now, applications need to find the symbol like with dlsym on Linux. A blackbox test showing functionality is also added. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
2020-12-03 23:24:08 +00:00
#
refactor l0 api: cleanup cmake files Related-To: NEO-7507 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-03-16 14:18:00 +00:00
# Copyright (C) 2020-2023 Intel Corporation
Add support for global work offset extension in L0 Add experimental extension to set global work offest in L0. Current L0 specification does not have interface to export experimental function symbols, so for now, applications need to find the symbol like with dlsym on Linux. A blackbox test showing functionality is also added. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
2020-12-03 23:24:08 +00:00
#
# SPDX-License-Identifier: MIT
#
refactor l0 api: cleanup cmake files Related-To: NEO-7507 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-03-16 14:18:00 +00:00
add_subdirectories
(
)
Reference in New Issue
Copy Permalink