mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
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:
committed by
Compute-Runtime-Automation
parent
6453ab852a
commit
37c0501f1c
@@ -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
@@ -305,6 +305,7 @@ OverrideNotifyEnableForTagUpdatePostSync = -1
|
||||
EnableCacheFlushAfterWalkerForAllQueues = -1
|
||||
Force32BitDriverSupport = -1
|
||||
OverrideCmdQueueSynchronousMode = -1
|
||||
ExperimentalUseAtomicsForNativeSectionCleanup = -1
|
||||
HBMSizePerTileInGigabytes = 0
|
||||
OverrideSystolicPipelineSelect = -1
|
||||
OverrideSystolicInComputeWalker = -1
|
||||
|
||||
Reference in New Issue
Block a user