[XLA] Initialize fields of RematerializationSizes by default
PiperOrigin-RevId: 355954409 Change-Id: I0da0d3ce320c53321778ad66ab9703307bc231c7
This commit is contained in:
parent
cf18ba2332
commit
7cd52d03c4
@ -45,8 +45,8 @@ class HloRematerialization : public HloModulePass {
|
||||
// Helper struct that communicates the before / after sizes for the
|
||||
// rematerialization process.
|
||||
struct RematerializationSizes {
|
||||
int64 before_bytes;
|
||||
int64 after_bytes;
|
||||
int64 before_bytes = -1;
|
||||
int64 after_bytes = -1;
|
||||
};
|
||||
|
||||
// Mode in which the rematerialization algorithm should be run.
|
||||
|
Loading…
x
Reference in New Issue
Block a user