Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c5012d6

Browse files
authored
[SYCL] Change level_zero_queue_profiling.cpp (#863)
This patch change test level_zero_queue_profiling.cpp because of changes, implemented by intel/llvm#5623
1 parent 3338378 commit c5012d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Plugin/level_zero_queue_profiling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-
// WITHOUT: SYCL exception caught: Native API failed. Native API returns: -7 (CL_PROFILING_INFO_NOT_AVAILABLE)
13+
// WITHOUT: SYCL exception caught: get_profiling_info() can't be used without set 'enable_profiling' queue property
1414

1515
// Check the expected output when queue::enable_profiling is specified
1616
//

0 commit comments

Comments
 (0)