From da4f0d124c44de8320b28f9d196e77be9384b813 Mon Sep 17 00:00:00 2001 From: PatricZhao Date: Mon, 25 Oct 2021 14:18:48 +0800 Subject: [PATCH] Update async.cpp --- code/async.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/async.cpp b/code/async.cpp index 31ef769..c748fca 100644 --- a/code/async.cpp +++ b/code/async.cpp @@ -1,6 +1,4 @@ - // Copyright (C) 2020 Intel Corporation - - // SPDX-License-Identifier: MIT + // Patric Zhao, patric.zhao@intel.com #include #include @@ -11,7 +9,7 @@ int main() { // Enable queue profiling - queue my_gpu_queue(gpu_selector{}, cl::sycl::property::queue::in_order()); + queue my_gpu_queue(gpu_selector{}); std::cout << "Selected GPU device: " << my_gpu_queue.get_device().get_info() << "\n";