Skip to content

Commit

Permalink
disable ldmatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdspring1 committed Nov 1, 2024
1 parent 33a1918 commit 523c05b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csrc/scheduler/hopper_multi_matmul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,10 @@ void HopperMultipleMatmulScheduler::addSetsForCacheReads(
if (auto ldst = dynamic_cast<LoadStoreOp*>(tv_smem->uses().at(0));
ldst && tv_smem->uses().size() == 1) {
tv_r = ldst->out()->as<TensorView>();
ldst->setOpType(LoadStoreOpType::LdMatrix);
} else {
tv_r = cacheAfter(
tv_smem,
LoadStoreOpType::LdMatrix,
LoadStoreOpType::Set,
CacheOp::Unspecified,
/*propagate_allocation_domain=*/false);
}
Expand Down

0 comments on commit 523c05b

Please sign in to comment.