Skip to content

Commit e0dbd15

Browse files
Propagate context to waiters correctly. We sometimes resume execution from a shared thread (particularly in the TPU code) and currently the context is lost to all following operations.
PiperOrigin-RevId: 754113855
1 parent eebd285 commit e0dbd15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsl/platform/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ cc_library(
661661
filegroup(
662662
name = "xla_cpu_runtime_srcs",
663663
srcs = [
664+
"context.h",
664665
"env_time.h",
665666
"macros.h",
666667
"platform.h",

0 commit comments

Comments
 (0)