File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ pybind/pybind11@3e9dfa2866941655c56877882565e7577de6fc7b --build
2929msgpack/[email protected] -DMSGPACK_BUILD_TESTS =Off
-DMSGPACK_BUILD_EXAMPLES =Off
-DCMAKE_POLICY_VERSION_MINIMUM =3.5
3030sqlite3 @3.50.4 -DCMAKE_POSITION_INDEPENDENT_CODE =On
3131ROCm/composable_kernel@b7775add2d28251674d81e220cd4a857b90b997a -DCK_BUILD_JIT_LIB =On -DCMAKE_POSITION_INDEPENDENT_CODE =On
32- ROCm/rocMLIR@67ddc78ed756656b22f3ac6215e31559cb2f93cf -DBUILD_FAT_LIBROCKCOMPILER =On -DLLVM_INCLUDE_TESTS =Off
32+ ROCm/rocMLIR@fa1136f4d5e8580bce5284f997f06c8738131066 -DBUILD_FAT_LIBROCKCOMPILER =On -DLLVM_INCLUDE_TESTS =Off
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ struct test_attention_flash_decoding_4d : verify_program<test_attention_flash_de
6262// These tests are not run by default currently; the env vars below need to be set:
6363// MIGRAPHX_FLASH_DECODING_NUM_SPLITS=2 # or another split factor
6464// MIGRAPHX_MLIR_USE_SPECIFIC_OPS=attention
65- template struct test_attention_flash_decoding_4d <migraphx::shape::half_type>;
66- template struct test_attention_flash_decoding_4d <migraphx::shape::bf16_type>;
67- template struct test_attention_flash_decoding_4d <migraphx::shape::float_type>;
65+ // TODO: commented out until rocMLIR fix is merged
66+ // template struct test_attention_flash_decoding_4d<migraphx::shape::half_type>;
67+ // template struct test_attention_flash_decoding_4d<migraphx::shape::bf16_type>;
68+ // template struct test_attention_flash_decoding_4d<migraphx::shape::float_type>;
You can’t perform that action at this time.
0 commit comments