Skip to content

Commit

Permalink
delete random bug
Browse files Browse the repository at this point in the history
  • Loading branch information
freeliuzc committed Dec 29, 2023
1 parent ee05cca commit 15d0665
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ struct GemmFpAIntBSplitK {
public:
CUTLASS_HOST_DEVICE
Params() = default;

CUTLASS_HOST_DEVICE
Params(Arguments const &args, int device_sms, int sm_occupancy)
: params_A(args.ref_A.layout()),
Expand Down Expand Up @@ -843,10 +844,6 @@ struct GemmFpAIntBSplitK {
// Initialize accumulators
AccumulatorTile accumulator_tile;
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);

mma(tile_work.k_iters_remaining,
accumulator_tile,
Expand Down

0 comments on commit 15d0665

Please sign in to comment.