Skip to content

HIP Porting guide typo error #2

@sriharikarnam

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.

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