Skip to content

Commit

Permalink
Add sharding to some slow tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718952362
  • Loading branch information
dsharletg authored and xnnpack-bot committed Jan 24, 2025
1 parent 953dcb9 commit 16ec2b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ xnnpack_unit_test(
"qd8-f16-qc8w-gemm-minmax-3.cc",
"qd8-f16-qc8w-gemm-minmax-4.cc",
],
shard_count = 5,
deps = MICROKERNEL_TEST_DEPS + [
":gemm_microkernel_tester",
],
Expand Down Expand Up @@ -944,6 +945,7 @@ xnnpack_unit_test(
"qs8-qc8w-gemm-minmax-fp32-2.cc",
"qs8-qc8w-gemm-minmax-fp32-3.cc",
],
shard_count = 5,
deps = MICROKERNEL_TEST_DEPS + [
":gemm_microkernel_tester",
],
Expand Down

0 comments on commit 16ec2b8

Please sign in to comment.