Skip to content

Commit

Permalink
Remove unneccesary change
Browse files Browse the repository at this point in the history
  • Loading branch information
againull committed Mar 14, 2024
1 parent bc5f656 commit 72c43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/cuda/command_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ struct ur_exp_command_buffer_handle_t_ {
// Device associated with this command buffer
ur_device_handle_t Device;
// Whether commands in the command-buffer can be updated
bool IsUpdatable = false;
bool IsUpdatable;
// Cuda Graph handle
CUgraph CudaGraph;
// Cuda Graph Exec handle
Expand Down

0 comments on commit 72c43a8

Please sign in to comment.