Skip to content
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

Fixed issue with emitting constructor name in OpenCL. #858

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

MoFtZ
Copy link
Collaborator

@MoFtZ MoFtZ commented Oct 8, 2022

Fixes #857.

Removed the leading . from the generated function name for OpenCL. We do not need to worry about conflicts because we are appending the IR node identifier, which is unique.

Not sure if this is related to the Inliner transformation, but rolling back to a few previous versions of ILGPU did not help.

@MoFtZ MoFtZ force-pushed the bug/opencl-constructor-name branch from 5576f10 to 2892e08 Compare October 8, 2022 23:15
@m4rs-mt
Copy link
Owner

m4rs-mt commented Oct 11, 2022

Nice catch!

@m4rs-mt m4rs-mt merged commit 8a3c344 into m4rs-mt:master Oct 11, 2022
@MoFtZ MoFtZ deleted the bug/opencl-constructor-name branch October 12, 2022 00:05
@MoFtZ MoFtZ added this to the v1.3 milestone Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch/Case throws Exception
2 participants