Skip to content

Commit

Permalink
Hook up memory descriptions extension for TPU.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712978554
  • Loading branch information
matthiaskramm authored and Google-ML-Automation committed Jan 7, 2025
1 parent 6146cbf commit 43e5b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xla/pjrt/c/pjrt_c_api_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ TEST_F(PjrtCApiTest, DeviceDescriptionAndMemoryDescriptionss) {

for (int i = 0; i < memory_descriptions.size(); i++) {
EXPECT_NE(memory_descriptions[i].kind().size(), 0);
EXPECT_GE(memory_descriptions[i].kind_id(), 0);
}
}

Expand Down

0 comments on commit 43e5b9c

Please sign in to comment.