Skip to content

Commit d7c7a03

Browse files
Add JAX and JAXLIB version metadata to xspace
PiperOrigin-RevId: 840138208
1 parent 62db3b3 commit d7c7a03

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsl/profiler/protobuf/profiler_options.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package tensorflow;
44

5-
// Next ID: 15
5+
// Next ID: 17
66
message ProfileOptions {
77
// Some default value of option are not proto3 default value. Use this version
88
// to determine if we should use default option value instead of proto3
@@ -100,6 +100,11 @@ message ProfileOptions {
100100
// Identifier of the profiling session. This will be used as the subdirectory
101101
// under the repository path. If not set, the current timestamp will be used.
102102
string session_id = 14;
103+
104+
// JAX version.
105+
string jax_version = 15;
106+
// JAXlib version.
107+
string jaxlib_version = 16;
103108
}
104109

105110
// Options for remote profiler session manager.

0 commit comments

Comments
 (0)