Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Sundar Rabindranath <[email protected]>
  • Loading branch information
Varun Sundar Rabindranath committed Dec 16, 2024
1 parent 3809f43 commit dad8e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// switch off clang-format as it indents the #includes
// switch off clang format as the include statement indentation is inconsistent.
// clang-format off
#include <cudaTypedefs.h>

#if defined CUDA_VERSION && CUDA_VERSION >= 12000

#include "scaled_mm_c3x_sm90_fp8_dispatch.cuh"
#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;

Expand Down
2 changes: 0 additions & 2 deletions csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

// clang-format will break include orders
// clang-format off
#include <cudaTypedefs.h>

#include <torch/all.h>

#include <ATen/cuda/CUDAContext.h>
Expand Down

0 comments on commit dad8e47

Please sign in to comment.