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 27d0e2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/xla/xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ lit_test_suite(
"add_preds.hlo",
"calling_convention.hlo",
"copy.hlo",
"dot_bf16.hlo",
"dynamic_update_slice_inplace.hlo",
"element_wise_row_vectorization.hlo",
"fused_scatter.hlo",
Expand Down Expand Up @@ -827,6 +828,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 27d0e2e

Please sign in to comment.