feature: add heapless and global stateless scratch address patching

Related-To: NEO-10381

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2024-04-02 22:53:24 +00:00
committed by Compute-Runtime-Automation
parent 78885ae1fe
commit 73d558058c
27 changed files with 318 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ if(SUPPORT_DG2_AND_LATER)
)
endif()
if(NOT SUPPORT_HEAPLESS)
if(NOT SUPPORTED_HEAPLESS)
list(APPEND NEO_CORE_COMMAND_STREAM
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_heap_addressing.inl
)