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

Support hipModuleLaunchKernel API if the kernelParams are not null. #1091

Closed
wants to merge 2 commits into from

Conversation

iotamudelta
Copy link
Contributor

Read the kernel argument layout from the metadata.

This enables an important PyTorch use case of this API.

While there, add some items to gitignore.

Read the kernel argument layout from the metadata.

This enables a PyTorch use case of this API.

While there, add some items to gitignore.
@iotamudelta
Copy link
Contributor Author

@gargrahul looks like it built correctly? what am I missing?

@scchan
Copy link
Contributor

scchan commented May 10, 2019

@iotamudelta This PR touches program_state and hip_module. I'd like to let you know that we are trying to move most of the data structures and logic in program_state from the header into HIP's runtime shared library with #1077. We are almost ready to merge #1077 so it looks like there will be a couple of minor changes needed to adapt this PR to #1077.

@mangupta
Copy link
Contributor

@iotamudelta PR #1077 has been merged. Please rebase and resolve the conflicts in this PR.

Copy link
Contributor

@mangupta mangupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #1077 has been merged. Please rebase and resolve the conflicts in this PR.

@iotamudelta
Copy link
Contributor Author

Overcome by events - #1097

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.

4 participants