Skip to content
Closed
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: 2 additions & 0 deletions source/adapters/level_zero/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ struct ur_context_handle_t_ : _ur_object {

ur_context_handle_t_(ze_context_handle_t ZeContext) : ZeContext{ZeContext} {}

virtual ~ur_context_handle_t_() {}

// A L0 context handle is primarily used during creation and management of
// resources that may be used by multiple devices.
// This field is only set at ur_context_handle_t creation time, and cannot
Expand Down