Skip to content

Commit

Permalink
Fix fp8 SDPA test workspace to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenscarl committed Dec 19, 2024
1 parent 47c5b30 commit f9eafad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xla/service/gpu/tests/gpu_fused_mha_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,8 @@ XLA_TEST_F(FlashAttentionBMMScaleSoftmaxBMMF8,
custom-call.21.0 = (
f8e4m3fn[4,4,16,16]{3,1,2,0},
f32[1,1,1,1]{3,2,1,0},
f32[1,1,1,1]{3,2,1,0}
f32[1,1,1,1]{3,2,1,0},
u8[0]{0}
) custom-call(
convert.18,
convert.30,
Expand Down Expand Up @@ -1723,7 +1724,8 @@ XLA_TEST_F(FlashAttentionBMMScaleSoftmaxBMMF8,
custom-call.21.0 = (
f8e4m3fn[4,16,4,16]{3,2,1,0},
f32[1,1,1,1]{3,2,1,0},
f32[1,1,1,1]{3,2,1,0}
f32[1,1,1,1]{3,2,1,0},
u8[0]{0}
) custom-call(
convert.18,
convert.30,
Expand Down

0 comments on commit f9eafad

Please sign in to comment.