Skip to content

Commit

Permalink
fix common header
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 19, 2024
1 parent 4068c8e commit e033b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#include "cutlass/epilogue/collective/collective_builder.hpp"
#include "cutlass/gemm/collective/collective_builder.hpp"

#include "common.hpp"
#include "core/math.hpp"
#include "cutlass_extensions/common.hpp"
// clang-format on

/*
Expand Down Expand Up @@ -156,4 +157,4 @@ void cutlass_gemm_caller(torch::Tensor& out, torch::Tensor const& a,
CUTLASS_CHECK(status);
}

} // namespace vllm
} // namespace vllm

0 comments on commit e033b41

Please sign in to comment.