Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Update __HIP_PLATFORM_NVCC__ compiler guard #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Programming_Guides/HIP-FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Yes. Most HIP data structures (hipStream_t, hipEvent_t) are typedefs to CUDA equ

hipErrorToCudaError hipCUDAErrorTohipError hipCUResultTohipError

If platform portability is important, use #ifdef **HIP_PLATFORM_NVCC** to guard the CUDA-specific code.
If platform portability is important, use `#ifdef __HIP_PLATFORM_NVIDIA__` to guard the CUDA-specific code.



Expand Down