Skip to content

Commit

Permalink
[xla:gpu] Use RecordParams execution scope id to record all XLA comma…
Browse files Browse the repository at this point in the history
…nds into command buffers

Compute command execution scope from assigned stream id and default execution scope passed via record parameters. Add a test for running memsets in different execution scopes.

PiperOrigin-RevId: 609630212
  • Loading branch information
ezhulenev authored and tensorflower-gardener committed Feb 23, 2024
1 parent bda8d22 commit 6043adb
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 47 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/runtime/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ cc_library(
"@local_tsl//tsl/platform:errors",
"@local_tsl//tsl/platform:logging",
"@local_tsl//tsl/platform:statusor",
"@local_tsl//tsl/profiler/lib:scoped_annotation",
],
)

Expand Down
Loading

0 comments on commit 6043adb

Please sign in to comment.