From 72c43a8aa0a279654a6a60c93b0e8b5e3927abea Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Fri, 1 Mar 2024 08:54:54 -0800 Subject: [PATCH] Remove unneccesary change --- source/adapters/cuda/command_buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adapters/cuda/command_buffer.hpp b/source/adapters/cuda/command_buffer.hpp index a38ff54483..60e03dc655 100644 --- a/source/adapters/cuda/command_buffer.hpp +++ b/source/adapters/cuda/command_buffer.hpp @@ -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