You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We captured this case's compiled results on both XPU and CUDA, unified their outputs, and found that running the Triton codes generated by UT will get different results.
We find two issues related to Triton XPU: #3672, #3704
And two issues related to IGC.
With the quick work around for theses issues, we can pass all the test cases of FlexDecoding.
Describe the bug
We captured this case's compiled results on both XPU and CUDA, unified their outputs, and found that running the Triton codes generated by UT will get different results.
triton-code.zip
While running the XPU FlexDecoding UT, we found some failure due to tensors mismatch.
AssertionError: False is not true : XXX Compiled error XXX is greater than ref error XXX by more than XXX.
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod1_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_max_autotune_with_captured
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod2_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod4_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod7_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod0_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod0_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod0_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod0_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod1_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod1_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod1_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod1_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod2_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod2_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod2_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod2_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod4_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod4_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod4_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod4_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod5_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod5_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod5_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod5_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod7_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod7_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod7_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod7_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod8_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod8_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod8_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod8_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod0_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod0_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod1_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod2_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod2_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod4_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod4_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod5_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod5_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod7_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod7_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod8_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod8_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_captured_buffers_all_dims_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_captured_buffers_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_captured_scale_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_function_composition_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod5
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod8
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod4
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod7
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_load_from_bias_head_seq_batch_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_load_from_bias_seq_batch_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_load_from_bias_seq_only_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_max_autotune
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_divisible_multi_token_offset_mask
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_divisible_multi_token_offset_mask_with_captured_buffer
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_divisible_offset_mask
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_divisible_offset_mask_with_captured_buffer
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod0_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod0_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod1_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod1_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod2_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod4_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod5_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod5_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod7_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod8_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod8_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_recompile_changed_score_mod_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_seq_masking_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_silu_on_score_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_skip_odd_keys_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_full_mask_vs_sdpa
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_full_mask_vs_sdpa_paged_attention
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_no_mask_vs_sdpa_paged_attention
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_partial_block_vs_sdpa
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_partial_block_vs_sdpa_paged_attention
AssertionError: Tensor-likes are not close!
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod3_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod3_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod3_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod3_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod6_BLOCK_SIZE2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod6_BLOCK_SIZE3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod6_BLOCK_SIZE_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_different_block_size_float16_score_mod6_BLOCK_SIZE_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod3_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod3_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod6_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_builtin_score_mods_float16_score_mod6_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_do_not_trigger_dynamic_shapes_on_empty_block_mask
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims0_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims1_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims2_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims1_batch_dims3_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims0_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims1_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims2_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod3
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_kv_batch_broadcast_float16_head_dims2_batch_dims3_score_mod6
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_logsumexp_correctness_float16_score_mod0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_logsumexp_correctness_float16_score_mod1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_multiple_score_mod_calls
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_multiple_score_mod_calls_paged_attention
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_multiple_score_mod_calls_paged_attention2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod3_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod3_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod6_float16_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_non_equal_head_dims_score_mod6_float16_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_padded_dense_causal_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims1_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims2_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims2_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims2_page_size_64
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s0_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s0_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s0_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s1_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s1_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s1_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s2_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s2_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s2_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s3_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s3_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s0_v_s3_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s0_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s0_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s0_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s1_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s1_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s1_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s2_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s2_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s2_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s3_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s3_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s1_v_s3_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s0_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s0_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s0_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s1_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s1_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s1_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s2_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s2_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s3_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s3_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s2_v_s3_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s0_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s0_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s0_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s1_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s1_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s1_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s2_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s2_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s2_head_dims2
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s3_head_dims0
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s3_head_dims1
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_strided_inputs_float16_k_s3_v_s3_head_dims2
AssertionError: False is not true : Output/Grad with NaN
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_njt_causal_float16
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod0_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod1_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod2_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod3_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod4_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod5_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod6_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod7_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims1_page_size_128
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_paged_attention_page_size_float16_score_mod8_head_dims1_page_size_256
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_windowed_no_mask_vs_sdpa
AssertionError: tensor(False, device='xpu:0') is not true
python test/inductor/test_flex_decoding.py TestFlexDecoding.test_multiple_score_mod_calls2
Environment details
You can setup test env according this issue:
#3518
The text was updated successfully, but these errors were encountered: