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 99576fe
Showing 1 changed file with 5 additions 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 @@ -842,10 +843,10 @@ struct GemmFpAIntBSplitK {
init_iterator_scale(tile_work, params.mode);
// 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);
accumulator_tile.clear();
// static_assert(print_type<Mma::>());

// Perform this tile's range of multiply-accumulate (MAC) iterations
Mma mma(shared_storage.main_loop, -1, thread_idx, warp_idx, lane_idx);

mma(tile_work.k_iters_remaining,
Expand Down

0 comments on commit 99576fe

Please sign in to comment.