Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

HIP Porting guide typo error #2

Description

@sriharikarnam

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions