Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glou-nes committed Feb 6, 2025
1 parent 817f118 commit 23adf41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ end

call_op = MLIR.Dialects.func.call(
mlir_caller_args;
result_0=mlir_result_types,
result=mlir_result_types,
callee=MLIR.IR.FlatSymbolRefAttribute(f_name),
)

Expand Down
1 change: 1 addition & 0 deletions src/mlir/Dialects/Affine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ using EnumX

"""
`AtomicRMWKind`
allowed 64-bit signless integer cases: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
"""
@enumx AtomicRMWKind addf = 0 addi = 1 assign = 2 maximumf = 3 maxs = 4 maxu = 5 minimumf =
Expand Down
1 change: 1 addition & 0 deletions test/ops.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Reactant, Test
using Reactant: Ops
using Reactant.MLIR.Dialects: stablehlo
using LinearAlgebra
using SpecialFunctions: SpecialFunctions

Expand Down

0 comments on commit 23adf41

Please sign in to comment.