don't "print xla expression" in trunk annotation.
PiperOrigin-RevId: 304090402 Change-Id: Iff60d4b92ce38d8e1d6204b5013f5b8d9fcf459b
This commit is contained in:
parent
53778b7e92
commit
85f156915b
@ -96,10 +96,8 @@ void GpuExecutable::ComputeThunkAnnotations() {
|
||||
const HloInstruction* hlo = thunk->hlo_instruction();
|
||||
CHECK(hlo);
|
||||
thunk_annotations_[thunk] =
|
||||
absl::StrFormat("%s:#hlo_op=%s,hlo_module=%s#",
|
||||
hlo->ToStringWithCanonicalNameMap(
|
||||
HloPrintOptions::Canonical(), &canonical_name_map),
|
||||
hlo->name(), hlo->GetModule()->name());
|
||||
absl::StrFormat("Thunk#hlo_op=%s,hlo_module=%s#", hlo->name(),
|
||||
hlo->GetModule()->name());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user