Skip to content

Commit 455511a

Browse files
smaslov-intelbb-sycl
authored andcommitted
Honor property::queue::enable_profiling (intel#825)
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
1 parent aa4e84a commit 455511a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/Plugin/level_zero_queue_profiling.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
// Check the expected output when queue::enable_profiling is not specified
1111
//
1212
// WITHOUT: ze_event_pool_desc_t flags set to: 1
13+
<<<<<<< HEAD
1314
// WITHOUT: SYCL exception caught: get_profiling_info() can't be used without set 'enable_profiling' queue property
15+
=======
16+
// WITHOUT: SYCL exception caught: Native API failed. Native API returns: -7 (CL_PROFILING_INFO_NOT_AVAILABLE)
17+
>>>>>>> da509b851 (Honor property::queue::enable_profiling (#825))
1418

1519
// Check the expected output when queue::enable_profiling is specified
1620
//

0 commit comments

Comments
 (0)