Skip to content

Commit 2bdcfee

Browse files
Regenerate MLIR Bindings (#1854)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent a0b821c commit 2bdcfee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/mlir/Dialects/TritonExt.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ function call(
1717
gridx::Value,
1818
gridy::Value,
1919
gridz::Value,
20-
blockx::Value,
21-
blocky::Value,
22-
blockz::Value,
2320
clusterx::Value,
2421
clustery::Value,
2522
clusterz::Value,
@@ -36,9 +33,7 @@ function call(
3633
location=Location(),
3734
)
3835
op_ty_results = IR.Type[result_0...,]
39-
operands = Value[
40-
gridx, gridy, gridz, blockx, blocky, blockz, clusterx, clustery, clusterz, inputs...
41-
]
36+
operands = Value[gridx, gridy, gridz, clusterx, clustery, clusterz, inputs...]
4237
owned_regions = Region[]
4338
successors = Block[]
4439
attributes = NamedAttribute[namedattribute("fn", fn),]

0 commit comments

Comments
 (0)