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

HIP: Remove old HCC code #3301

Merged
merged 2 commits into from
Sep 2, 2020
Merged

Conversation

skyreflectedinmirrors
Copy link
Contributor

No description provided.

blocktype numBlocks = 0;
int blockSize = 1024;
int numBlocks = 0;
int blockSize = LaunchBounds::maxTperB;
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't currently compile. I guess you want to keep it as 1024 for this pull request.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh, sorry -- we'll want to make sure this gets merged before !3299 so that the end result has LaunchBounds::maxTperB then

Copy link
Contributor

@masterleinad masterleinad left a comment

Choose a reason for hiding this comment

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

Looks good.

@crtrott crtrott changed the title Remove old HCC code HIP: Remove old HCC code Sep 2, 2020
@crtrott crtrott merged commit 1a3fe42 into kokkos:develop Sep 2, 2020
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

4 participants