Skip to content

Commit df1e779

Browse files
Restore GPU breakpoint improvement
handle user confirmations in gpu modes: always, only before, only after handle multiple confirmations when pausing on each enqueue move tests to mt_tests Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent a555f28 commit df1e779

File tree

6 files changed

+468
-127
lines changed

6 files changed

+468
-127
lines changed

opencl/test/unit_test/command_stream/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2018-2020 Intel Corporation
2+
# Copyright (C) 2018-2021 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -16,6 +16,7 @@ set(IGDRCL_SRCS_tests_command_stream
1616
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_2_tests.cpp
1717
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_fixture.h
1818
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_tests.inl
19+
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_mt_tests.cpp
1920
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_tests.cpp
2021
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_flush_task_1_tests.cpp
2122
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_flush_task_2_tests.cpp

0 commit comments

Comments
 (0)