Skip to content

Commit 07ae307

Browse files
committed
Run clang-format
1 parent 66340aa commit 07ae307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xla/backends/gpu/codegen/triton/fusion_emitter_device_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,8 @@ ENTRY main {
17961796
"num_stages":"1","num_warps":"4","num_ctas":"1"}}}
17971797
})";
17981798

1799-
EXPECT_TRUE(RunAndCompareNoHloPasses(hlo_text, ErrorSpec{/*aabs=*/1.0, /*arel=*/1e-3}));
1799+
EXPECT_TRUE(RunAndCompareNoHloPasses(hlo_text,
1800+
ErrorSpec{/*aabs=*/1.0, /*arel=*/1e-3}));
18001801
}
18011802

18021803
TEST_F(TritonEmitterTest, SingleTileDotWithNestedFusionsIsEmittedCorrectly) {

0 commit comments

Comments
 (0)