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 417ab37 commit 15f100dCopy full SHA for 15f100d
utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
@@ -525,7 +525,7 @@ def gentbl_sharded_ops(
525
td_file = td_file,
526
test = test,
527
deps = deps,
528
- **kwargs,
+ **kwargs
529
)
530
all_files = [hdr_out, src_out]
531
for i in range(0, shard_count):
@@ -537,13 +537,13 @@ def gentbl_sharded_ops(
537
out = out_file,
538
sharder = sharder,
539
src_file = src_file,
540
541
542
all_files.append(out_file)
543
native.filegroup(
544
name = name,
545
srcs = all_files,
546
547
548
549
def gentbl_sharded_op_defs(name, source_file, shard_count):
0 commit comments