-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[RUNTIME][CLML] Fix for CLML ops and enable more test case #15896
Conversation
Fixed the dense operator and enhance clml network testcase
Fixed the dense layer issue in network level and improved converage of dense layer with clml Fixed float16 crash error.
@srkreddy1238 : Please review this PR |
@srkreddy1238 : please review this PR |
@srkreddy1238 @echuraev : Can you please take a look this PR and let me know your feedback. |
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.
Overall looks good.
Let the CI pass.
@echuraev Can you please take a look this PR and let me know your feedback |
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
CLML multiple bug fix and restructuring