-
Notifications
You must be signed in to change notification settings - Fork 807
[SYCL] Correction to recognition of constant-size array. #2082
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
Conversation
Signed-off-by: rdeodhar <[email protected]>
Looks good to me. @erichkeane ? |
7c287a3
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.
Just a small issue with test. I think a CodeGen or runtime test is also useful to ensure it works correctly but I am ok with it as a separate PR since this fix has high priority.
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.
FE changes LGTM. Thanks!
[CI] Add "loader" support to conformance testing
Signed-off-by: rdeodhar [email protected]