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 Porting guide typo error #2

Open
sriharikarnam opened this issue Jun 14, 2017 · 0 comments
Open

HIP Porting guide typo error #2

sriharikarnam opened this issue Jun 14, 2017 · 0 comments
Assignees

Comments

@sriharikarnam
Copy link
Contributor

There is a typo error( missing # for a preprocessor), this needs to be corrected.
//#if (CUDA_ARCH >= 130) // non-portable
if HIP_ARCH_HAS_DOUBLES { // portable HIP feature query
// doubles are supported
}

We have taken care of it in the code.

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

No branches or pull requests

2 participants