Skip to content

Commit

Permalink
Merge branch 'tmem-pm' into subpart
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm authored Mar 6, 2025
2 parents 1763d6b + 16ac5fe commit a31d9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csrc/device_lower/analysis/tensor_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ computeTMemLdStDataPath(Fusion* fusion, const TMemAlllocationInfo& allocation) {
for (auto [i, pt] : enumerate(tid_ptypes)) {
auto id_it = std::find_if(
loop_domain.begin(), loop_domain.end(), [pt](IterDomain* id) {
NVF_ERROR(id != nullptr);
return id->getParallelType() == pt;
});
if (id_it == loop_domain.end()) {
Expand Down

0 comments on commit a31d9c6

Please sign in to comment.