Skip to content

Commit 8ff4df7

Browse files
againullkbenzie
authored andcommitted
Remove unneccesary change
1 parent 4adb058 commit 8ff4df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/cuda/command_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ struct ur_exp_command_buffer_handle_t_ {
298298
// Device associated with this command buffer
299299
ur_device_handle_t Device;
300300
// Whether commands in the command-buffer can be updated
301-
bool IsUpdatable = false;
301+
bool IsUpdatable;
302302
// Cuda Graph handle
303303
CUgraph CudaGraph;
304304
// Cuda Graph Exec handle

0 commit comments

Comments
 (0)