Skip to content

Conversation

@jakpiase
Copy link
Contributor

@jakpiase jakpiase commented Jul 22, 2021

PR types

Bug fixes

PR changes

Others

Describe

This PR fixes CI problem with test_activation_mkldnn_op.py failing
There is this "@OpTestTool.skip_if_not_cpu_bf16()" decorator which was misplacedly used inside a class, so base class was running and failing(that's why the log was like "exp op" instead of "sigmoid op". In this PR I have moved all my tests to separate file and disabled whole class(outside of class instead of inside the class, so base class will be skipped as well)

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@jakpiase jakpiase requested a review from jczaja July 22, 2021 13:01
Copy link
Contributor

@jczaja jczaja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@arlesniak arlesniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@lidanqing-vv lidanqing-vv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants