Skip to content

Commit

Permalink
disable hlo ones due to ROCm/frameworks-internal#7567
Browse files Browse the repository at this point in the history
  • Loading branch information
i-chaochen committed May 18, 2024
1 parent eeccd81 commit bbdb15b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third_party/xla/xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,13 @@ lit_test_suite(
"single_instruction.hlo": ["no_rocm"],
"reduce_unnested.hlo": ["no_rocm"],
"reduction_vectorization_sm_all.hlo": ["no_rocm"],
"kernel_reuse.hlo" : ["no_rocm"],
"reduce_atomic_min.hlo" : ["no_rocm"],
"reduce_column_layout_change.hlo" : ["no_rocm"],
"reduce_f64_column.hlo" : ["no_rocm"],
"reduce_large_row_to_scalar.hlo" : ["no_rocm"],
"reduce_row_vectorized.hlo" : ["no_rocm"],
"triton_naming.hlo" : ["no_rocm"],
},
tools = [
"//xla/tools:hlo-opt",
Expand Down

0 comments on commit bbdb15b

Please sign in to comment.