We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct l0_resc_handles
sycl_functions.h
1 parent 0d8ce94 commit d4400d2Copy full SHA for d4400d2
third_party/intel/backend/include/sycl_functions.h
@@ -13,13 +13,6 @@
13
#include <level_zero/ze_api.h>
14
#include <sycl/sycl.hpp>
15
16
-typedef struct l0_resc_handles {
17
- ze_context_handle_t context;
18
- ze_device_handle_t device;
19
- ze_command_queue_handle_t queue;
20
- ze_command_list_handle_t cmd_list;
21
-} l0_resc_handles;
22
-
23
// Create an exception handler for asynchronous SYCL exceptions
24
auto exception_handler = [](sycl::exception_list e_list) {
25
for (std::exception_ptr const &e : e_list) {
0 commit comments