[go: nahoru, domu]

Skip to content

Commit

Permalink
[TEST] Reintroduce code issue that broke the build previously
Browse files Browse the repository at this point in the history
I wanna confirm that the CI really doesn't pick it up.

PiperOrigin-RevId: 632494435
  • Loading branch information
beckerhe authored and tensorflower-gardener committed Jun 26, 2024
1 parent 6fd879e commit a5e3fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class MultiHeadedAttentionTest : public GpuCodegenTest {
TF_ASSERT_OK_AND_ASSIGN(std::unique_ptr<HloModule> test_module,
ParseAndReturnVerifiedModule(hlo_string));
TF_ASSERT_OK_AND_ASSIGN(num_fmha_calls,
CountFMHACalls(test_module->Clone()));
CountFMHACalls(std::move(test_module->Clone())));
EXPECT_EQ(num_fmha_calls, expected_num_fmha_calls);
const Literal actual_result =
ExecuteAndTransfer(std::move(test_module), literals);
Expand Down

0 comments on commit a5e3fa7

Please sign in to comment.