We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30aa04 commit a014540Copy full SHA for a014540
larq_compute_engine/mlir/tests/lit_test.bzl
@@ -39,6 +39,7 @@ def lce_lit_test(
39
srcs = [driver],
40
size = size,
41
data = data + [test_file],
42
+ shard_count = 2,
43
args = ["$(location %s)" % (test_file,)],
44
**kwargs
45
)
larq_compute_engine/tests/qemu_test.bzl
@@ -35,10 +35,11 @@ def lce_qemu_test_suite(
35
# Finally create a new sh_test target
36
native.sh_test(
37
name = sh_name,
38
- size = "medium",
+ size = "large",
srcs = [src],
args = [test_path],
data = [test, qemu_data],
# And add that sh_test target to the list
0 commit comments