We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4678307 commit 46080beCopy full SHA for 46080be
1 file changed
csrc/fusion.h
@@ -670,9 +670,6 @@ class NVF_API Fusion : public PolymorphicBase {
670
StmtNameType expr_name_counter_ = 0;
671
672
StmtNameType getValName(ValType vtype) {
673
- if (val_type_name_map_.find(vtype) == val_type_name_map_.end()) {
674
- val_type_name_map_[vtype] = 0;
675
- }
676
return val_type_name_map_[vtype]++;
677
}
678
0 commit comments