Skip to content

Commit 84ef0df

Browse files
committed
Remove unnecessary comment
1 parent bb90ee5 commit 84ef0df

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

source/adapters/level_zero/v2/command_buffer.hpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,3 @@ struct ur_exp_command_buffer_command_handle_t_ : public _ur_object {
7171
// L0 command ID identifying this command
7272
uint64_t CommandId;
7373
};
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-
// };

0 commit comments

Comments
 (0)