Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xla/tests/collective_ops_ffi_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,10 @@ TEST_F(CollectiveOpsTestFFI, DeviceAllReduce) {
ENTRY test_computation {
id = u32[] replica-id()
in = u32[]{:S(1)} copy(id)
ROOT all-reduce = u32[]{:S(1)} custom-call(in),
all-reduce = u32[]{:S(1)} custom-call(in),
custom_call_target="__xla_test$$device_all_reduce",
api_version=API_VERSION_TYPED_FFI
ROOT out = u32[] copy(all-reduce)
}
)";

Expand Down
Loading