Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ProExpertProg committed Jun 18, 2024
1 parent 19c60a4 commit 0558f51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csrc/quantization/cutlass_w8a8/scaled_mm_c3x.cu
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ struct ScaledEpilogueBias

using Bias = cutlass::epilogue::fusion::Sm90RowBroadcast<
0 /*Stages*/, typename EpilogueDescriptor::TileShape, float,
Stride<Int<0>, Int<1>, Int<0>>, 128 / sizeof_bits_v<float>,
false>;
Stride<Int<0>, Int<1>, Int<0>>, 128 / sizeof_bits_v<float>, false>;

public:
using EVTCompute =
Expand Down

0 comments on commit 0558f51

Please sign in to comment.