-
Notifications
You must be signed in to change notification settings - Fork 245
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
Fix wgsl legalization around __ref parameter. #5597
Conversation
Looks good to me! Maybe add the test code in the issue as a test? |
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.
Looks good to me.
It seems like the issue has a repo case.
Can we use it for testing, if we don't already have it yet?
@jkwak-work we are going to add more intrinsics using that rely on this fix, so it shall be covered when those intrinsics are added in a separate PR. |
I see. |
5a5fb55
@jkwak-work @saipraveenb25 I added the intrinsic and the test case. |
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.
Looks good to me
Closes #5596.