-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG FIX] Added is implemented flag for custom op #2872
[BUG FIX] Added is implemented flag for custom op #2872
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
Signed-off-by: Abhishek-TyRnT <kulkarnia168@gmail.com>
Signed-off-by: Abhishek-TyRnT <kulkarnia168@gmail.com>
5adb0c3
to
0e624bb
Compare
Can one of the admins verify this patch? |
@jenkins-droid test this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, it makes total sense to condition the isImplemented
results on whether a pattern was provided or not.
Thanks for the fix.
@Abhishek-TyRnT IPlease just confirm you are good to go, and I will merge the PR. Thanks for your fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Jenkins Linux s390x Build #15122 [push] [BUG FIX] Added is imple... started at 22:21 |
Jenkins Linux amd64 Build #15117 [push] [BUG FIX] Added is imple... started at 21:21 |
Jenkins Linux ppc64le Build #14147 [push] [BUG FIX] Added is imple... started at 22:32 |
Jenkins Linux amd64 Build #15117 [push] [BUG FIX] Added is imple... failed after 24 min |
Jenkins Linux s390x Build #15122 [push] [BUG FIX] Added is imple... passed after 1 hr 25 min |
Jenkins Linux ppc64le Build #14147 [push] [BUG FIX] Added is imple... passed after 2 hr 4 min |
The shapehelper for Custom op gives out isImplemented as False in case there is no pattern. This PR solves this issue #2870