SWDEV-375194 - Fixes graph dot file descriptions to include labelId matching CUDA
Change-Id: Ia0e6b77e38678b13457f86755ed8f3b852c9b7a1
此提交包含在:
@@ -383,7 +383,7 @@ struct hipGraphNode : public hipGraphNodeDOTAttribute {
|
||||
fout << "\"" << fromNodeName << "\" -> \"" << toNodeName << "\"" << std::endl;
|
||||
}
|
||||
}
|
||||
virtual std::string GetLabel() { return (std::to_string(id_) + "\n" + label_); }
|
||||
virtual std::string GetLabel(hipGraphDebugDotFlags flag) { return (std::to_string(id_) + "\n" + label_); }
|
||||
unsigned int GetEnabled() const { return isEnabled_; }
|
||||
void SetEnabled(unsigned int isEnabled) { isEnabled_ = isEnabled; }
|
||||
};
|
||||
|
||||
新增問題並參考
封鎖使用者