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 18, 2024
1 parent 49e5e44 commit 55d9927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@
#include "cutlass/epilogue/collective/collective_builder.hpp"
#include "cutlass/gemm/collective/collective_builder.hpp"

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

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

} // namespace vllm
} // namespace vllm

0 comments on commit 55d9927

Please sign in to comment.