Skip to content

Commit

Permalink
Enable softmax
Browse files Browse the repository at this point in the history
  • Loading branch information
rizhao-msft committed Dec 8, 2023
1 parent a0680fe commit 8c5c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx/mx_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def addmm_mx(bias, in1, in2, mx_specs=None, name=None):
"relu6": relu6,
"sigmoid": sigmoid,
"silu": silu,
# "softmax": softmax, # Causes NaNs?
"softmax": softmax, # Causes NaNs?
"tanh": tanh,
"add": simd_add,
"sub": simd_sub,
Expand Down

0 comments on commit 8c5c90d

Please sign in to comment.