Skip to content

Commit 1b530de

Browse files
authored
Merge pull request #2628 from RossBrunton/ross/cudadevirtual
Remove unused `virtual` in cuda command buffers
2 parents dcae4fd + 4e64647 commit 1b530de

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
@@ -301,7 +301,7 @@ struct ur_exp_command_buffer_handle_t_ {
301301
ur_exp_command_buffer_handle_t_(ur_context_handle_t Context,
302302
ur_device_handle_t Device, bool IsUpdatable);
303303

304-
virtual ~ur_exp_command_buffer_handle_t_();
304+
~ur_exp_command_buffer_handle_t_();
305305

306306
void registerSyncPoint(ur_exp_command_buffer_sync_point_t SyncPoint,
307307
CUgraphNode CuNode) {

0 commit comments

Comments
 (0)