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

[SSCP] Use information from llvm::DataLayout to correctly calculate parameter offset in kernel lambda #925

Merged

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Jan 22, 2023

Previously, the position of the kernel arguments inside the kernel lambda object was not calculated reliably. This PR fixes this by extracting the offset information directly from llvm::DataLayout.

@illuhad illuhad force-pushed the feature/sscp-use-datalayout-to-compute-parameter-offset branch from 857cf19 to baf5433 Compare January 22, 2023 03:20
@illuhad illuhad merged commit ff5c31f into develop Jan 23, 2023
@illuhad illuhad deleted the feature/sscp-use-datalayout-to-compute-parameter-offset branch January 23, 2023 17:20
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.

None yet

1 participant