Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Oct 11, 2023
1 parent 658bad0 commit 8fdb74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/contrib_ops/rocm/rocm_contrib_kernels.cc
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ KernelCreateInfo BuildKernelCreateInfo<void>() {
return info;
}

// clang-format off
Status RegisterRocmContribKernels(KernelRegistry& kernel_registry) {
static const BuildKernelCreateInfoFn function_table[] = {
BuildKernelCreateInfo<void>, // default entry to avoid the list become empty after ops-reducing
Expand Down Expand Up @@ -323,6 +324,7 @@ Status RegisterRocmContribKernels(KernelRegistry& kernel_registry) {

return Status::OK();
}
// clang-format on

} // namespace rocm
} // namespace contrib
Expand Down

0 comments on commit 8fdb74a

Please sign in to comment.