This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpDSL] Remove unused SoftPlus2DOp operation.
ClosedPublic

Authored by gysit on Mar 2 2022, 12:15 AM.

Details

Summary

The revision removes the SoftPlus2DOp operation that previously served as a test operation. It has been replaced by the elemwise_unary operation, which is now used to test unary log and exp functions.

Diff Detail

Event Timeline

gysit created this revision.Mar 2 2022, 12:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 12:15 AM
gysit requested review of this revision.Mar 2 2022, 12:15 AM
nicolasvasilache accepted this revision.Mar 8 2022, 9:03 AM
This revision is now accepted and ready to land.Mar 8 2022, 9:03 AM
gysit retitled this revision from [mlir][OpDSL] Remove unused SoftMax2D operation. to [mlir][OpDSL] Remove unused SoftPlus2DOp operation..Mar 8 2022, 9:16 AM
gysit edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.