We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad35bc commit c08a62cCopy full SHA for c08a62c
1 file changed
common/dpc_common.hpp
@@ -11,7 +11,7 @@
11
12
namespace dpc_common {
13
// This exception handler will catch async exceptions
14
-static auto exception_handler = [](cl::sycl::exception_list eList) {
+static auto exception_handler = [](sycl::exception_list eList) {
15
for (std::exception_ptr const &e : eList) {
16
try {
17
std::rethrow_exception(e);
0 commit comments