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

[SYCL] Change level_zero_queue_profiling.cpp #863

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/Plugin/level_zero_queue_profiling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Check the expected output when queue::enable_profiling is not specified
//
// WITHOUT: ze_event_pool_desc_t flags set to: 1
// WITHOUT: SYCL exception caught: Native API failed. Native API returns: -7 (CL_PROFILING_INFO_NOT_AVAILABLE)
// WITHOUT: SYCL exception caught: get_profiling_info() can't be used without set 'enable_profiling' queue property

// Check the expected output when queue::enable_profiling is specified
//
Expand Down