Skip to content

Commit 23adf41

Browse files
committed
fix
1 parent 817f118 commit 23adf41

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Ops.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ end
20442044

20452045
call_op = MLIR.Dialects.func.call(
20462046
mlir_caller_args;
2047-
result_0=mlir_result_types,
2047+
result=mlir_result_types,
20482048
callee=MLIR.IR.FlatSymbolRefAttribute(f_name),
20492049
)
20502050

src/mlir/Dialects/Affine.jl

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using EnumX
1616

1717
"""
1818
`AtomicRMWKind`
19+
1920
allowed 64-bit signless integer cases: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
2021
"""
2122
@enumx AtomicRMWKind addf = 0 addi = 1 assign = 2 maximumf = 3 maxs = 4 maxu = 5 minimumf =

test/ops.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Reactant, Test
22
using Reactant: Ops
3+
using Reactant.MLIR.Dialects: stablehlo
34
using LinearAlgebra
45
using SpecialFunctions: SpecialFunctions
56

0 commit comments

Comments
 (0)