File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
source/adapters/level_zero/v2 Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -71,22 +71,3 @@ struct ur_exp_command_buffer_command_handle_t_ : public _ur_object {
71
71
// L0 command ID identifying this command
72
72
uint64_t CommandId;
73
73
};
74
-
75
- // struct kernel_command_handle : public ur_exp_command_buffer_command_handle_t_ {
76
- // kernel_command_handle(ur_exp_command_buffer_handle_t CommandBuffer,
77
- // ur_kernel_handle_t Kernel, uint64_t CommandId,
78
- // uint32_t WorkDim, bool UserDefinedLocalSize,
79
- // uint32_t NumKernelAlternatives,
80
- // ur_kernel_handle_t *KernelAlternatives);
81
-
82
- // ~kernel_command_handle();
83
-
84
- // // Work-dimension the command was originally created with.
85
- // uint32_t WorkDim;
86
- // // Set to true if the user set the local work size on command creation.
87
- // bool UserDefinedLocalSize;
88
- // // Currently active kernel handle
89
- // ur_kernel_handle_t Kernel;
90
- // // Storage for valid kernel alternatives for this command.
91
- // std::unordered_set<ur_kernel_handle_t> ValidKernelHandles;
92
- // };
You can’t perform that action at this time.
0 commit comments