fix: restore bindless compilation of builtins

Related-To: NEO-7063

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-06-19 14:19:20 +00:00
committed by Compute-Runtime-Automation
parent c0015b3b95
commit 94b69aae80
2 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,14 @@ set(BUILTIN_OPTIONS_STATELESS
"-cl-intel-greater-than-4GB-buffer-required"
)
set(bindless_OPTIONS
-internal_options "-cl-intel-use-bindless-mode -cl-intel-use-bindless-advanced-mode"
)
set(bindful_OPTIONS
""
)
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
list(APPEND __ocloc__options__ "-D DEBUG")
endif()