Add atomic move for native cleanup operations

Related-To: NEO-5848

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-07-02 16:31:57 +00:00
committed by Compute-Runtime-Automation
parent 6453ab852a
commit 37c0501f1c
9 changed files with 2664 additions and 38 deletions

View File

@@ -86,8 +86,16 @@ set(IGDRCL_SRCS_tests_command_queue
${CMAKE_CURRENT_SOURCE_DIR}/ooq_task_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/read_write_buffer_cpu_copy.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sync_buffer_handler_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_tests_xehp_plus.cpp
${CMAKE_CURRENT_SOURCE_DIR}/work_group_size_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/zero_size_enqueue_tests.cpp
)
if(TESTS_XEHP_PLUS)
list(APPEND IGDRCL_SRCS_tests_command_queue
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_tests_xehp_plus.cpp
)
endif()
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_command_queue})
add_subdirectories()

File diff suppressed because it is too large Load Diff

View File

@@ -305,6 +305,7 @@ OverrideNotifyEnableForTagUpdatePostSync = -1
EnableCacheFlushAfterWalkerForAllQueues = -1
Force32BitDriverSupport = -1
OverrideCmdQueueSynchronousMode = -1
ExperimentalUseAtomicsForNativeSectionCleanup = -1
HBMSizePerTileInGigabytes = 0
OverrideSystolicPipelineSelect = -1
OverrideSystolicInComputeWalker = -1