Skip to content

Commit 5424b11

Browse files
authored
[UR][CUDA] Fix trailing semicolon (#18543)
Caught by a compiler warning.
1 parent 5b5ba2a commit 5424b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/cuda/command_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ kernel_command_data::kernel_command_data(
129129
ValidKernelHandles.insert(KernelAlternatives,
130130
KernelAlternatives + NumKernelAlternatives);
131131
}
132-
};
132+
}
133133

134134
/// Helper function for finding the Cuda Nodes associated with the
135135
/// commands in a command-buffer, each event is pointed to by a sync-point in

0 commit comments

Comments
 (0)