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";