From dad8e4760f9d24faadfc076a13ed7d130211ea2d Mon Sep 17 00:00:00 2001 From: Varun Sundar Rabindranath Date: Mon, 16 Dec 2024 18:13:42 +0000 Subject: [PATCH] format Signed-off-by: Varun Sundar Rabindranath --- csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu | 5 +++-- csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu b/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu index cf08f97f6eca6..570821f0fe554 100644 --- a/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu +++ b/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu @@ -1,5 +1,6 @@ -// switch off clang-format as it indents the #includes +// switch off clang format as the include statement indentation is inconsistent. // clang-format off +#include #if defined CUDA_VERSION && CUDA_VERSION >= 12000 @@ -7,7 +8,7 @@ #include "scaled_mm_c3x_sm90_int8_dispatch.cuh" #include "cutlass_extensions/epilogue/scaled_mm_epilogues_c3x.hpp" -// clang-format on +// clan-format on using namespace vllm; diff --git a/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh b/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh index f9b4f9f8a2591..c5f8193537001 100644 --- a/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh +++ b/csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh @@ -2,8 +2,6 @@ // clang-format will break include orders // clang-format off -#include - #include #include